to make compiler happy with 'its scope is only this definition or declaration'
This commit is contained in:
@@ -53,6 +53,11 @@ typedef struct
|
|||||||
};
|
};
|
||||||
} jerry_extension_field_t;
|
} jerry_extension_field_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Forward declare to make compiler happy
|
||||||
|
*/
|
||||||
|
struct jerry_extension_function_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pointer to extension function implementation
|
* Pointer to extension function implementation
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user