소스 검색
[hlc] restore some undef needed by mac
see also #809
Yuxiao Mao
1 개월 전
1개의 변경된 파일과
3개의 추가작업 그리고
0개의 파일을 삭제
-
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
|