ENH: add support for per file flags

This commit is contained in:
Bill Hoffman 2002-03-04 15:00:19 -05:00
parent 076aafe79a
commit 17b6c98c19
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#ifndef EXTRA_FLAG
syntax error EXTRA_FLAG should be defined on the command line for this file
#endif
int ALLOK;

View File

@ -0,0 +1,4 @@
#ifndef EXTRA_FLAG
syntax error EXTRA_FLAG should be defined on the command line for this file
#endif
int ALLOK;

View File

@ -0,0 +1,4 @@
#ifndef EXTRA_FLAG
syntax error EXTRA_FLAG should be defined on the command line for this file
#endif
int ALLOK;