to make compiler happy with 'its scope is only this definition or declaration'

This commit is contained in:
Saehie Park 2015-04-06 20:21:07 +09:00
parent 4dbc6a9d1a
commit 1fbbcbd64f

View File

@ -53,6 +53,11 @@ typedef struct
};
} jerry_extension_field_t;
/**
* Forward declare to make compiler happy
*/
struct jerry_extension_function_t;
/**
* Pointer to extension function implementation
*/