MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

undefine N_NULL macro to avoid redefinition conflicts

+4
+4
include/silver/ast.h
··· 5 5 #include <stdbool.h> 6 6 #include "types.h" 7 7 8 + #ifdef N_NULL 9 + #undef N_NULL 10 + #endif 11 + 8 12 typedef enum { 9 13 N_NUMBER, 10 14 N_STRING,