mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Forward reference to enum type
This commit is contained in:
parent
4dead002e4
commit
9ba23f269c
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ typedef enum {
|
||||||
JS_GC_PHASE_REMOVE_CYCLES,
|
JS_GC_PHASE_REMOVE_CYCLES,
|
||||||
} JSGCPhaseEnum;
|
} JSGCPhaseEnum;
|
||||||
|
|
||||||
typedef enum OPCodeEnum OPCodeEnum;
|
__extension__ typedef enum OPCodeEnum OPCodeEnum;
|
||||||
|
|
||||||
struct JSRuntime {
|
struct JSRuntime {
|
||||||
JSMallocFunctions mf;
|
JSMallocFunctions mf;
|
||||||
|
|
Loading…
Reference in a new issue