Created
October 3, 2015 21:15
-
-
Save jonm/5846ea0343bda0f2d17b to your computer and use it in GitHub Desktop.
ifdef 0 is outdated, apparently
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
$ make | |
gcc -g -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -c -o comm.o comm.c | |
... | |
comm.c:771:8: error: macro names must be identifiers | |
#ifdef 0 | |
^ | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment