Skip to content

Instantly share code, notes, and snippets.

@jonm
Created October 3, 2015 21:15
Show Gist options
  • Save jonm/5846ea0343bda0f2d17b to your computer and use it in GitHub Desktop.
Save jonm/5846ea0343bda0f2d17b to your computer and use it in GitHub Desktop.
ifdef 0 is outdated, apparently
$ 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