Skip to content
Snippets Groups Projects
Commit 42ab4dee authored by rswindell's avatar rswindell
Browse files

Created macro: JSVAL_NULL_OR_VOID().

parent c1f76431
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ typedef struct {
BOOL* terminated;
} js_branch_t;
#define JSVAL_NULL_OR_VOID(val) (JSVAL_IS_NULL(val) || JSVAL_IS_VOID(val))
#ifndef __FLAT__
#define __FLAT__ /* 32-bit "flat" memory model */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment