This commit is contained in:
2025-11-30 01:26:59 -06:00
parent 3800c23eae
commit 42bede58bc
2 changed files with 9 additions and 1 deletions

View File

@@ -194,7 +194,7 @@ JSValue NAME##2js(JSContext *js, int enumval) { \
}
#define CELL_USE_INIT(c) \
JSValue CELL_USE_NAME(JSContext *js) { c }
JSValue CELL_USE_NAME(JSContext *js) { do { c ; } while(0); }
#define CELL_USE_FUNCS(FUNCS) \
JSValue CELL_USE_NAME(JSContext *js) { \