Created
October 3, 2015 21:59
-
-
Save jonm/50b0fa5b33172c65c1e8 to your computer and use it in GitHub Desktop.
handler.c uses "#ifdef 0"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/src/SillyMUD/src]$ make | |
gcc -g -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -c -o handler.o handler.c | |
... | |
handler.c:203:8: error: macro names must be identifiers | |
#ifdef 0 | |
^ | |
... | |
21 warnings and 1 error generated. | |
make: *** [handler.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment