mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
to make compiler happy with 'its scope is only this definition or declaration'
This commit is contained in:
parent
4dbc6a9d1a
commit
1fbbcbd64f
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user