Browse Source

[hlc] restore some undef needed by mac

see also #809
Yuxiao Mao 1 month ago
parent
commit
9d3c4eb362
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/hlc.h

+ 3 - 0
src/hlc.h

@@ -38,6 +38,9 @@
 #undef stdout
 #undef stderr
 #undef EOF
+#undef TRUE
+#undef FALSE
+#undef __SIGN
 #undef INT_MAX
 #undef INT_MIN
 #undef BIG_ENDIAN