Fix extension API issue with <=gcc4.8

This commit is contained in:
e.gavrin
2015-04-02 10:59:57 +03:00
parent bfb23ee967
commit 9886c163cc
+1 -1
View File
@@ -106,7 +106,7 @@ static const jerry_extension_function_t jerry_extension_functions [JERRY_EXTENSI
}
};
static jerry_extension_descriptor_t jerry_extension
static jerry_extension_descriptor_t jerry_extension =
{
JERRY_EXTENSION_FIELDS_NUMBER,
JERRY_EXTENSION_FUNCTIONS_NUMBER,