ENH: add support for per file flags
This commit is contained in:
parent
076aafe79a
commit
17b6c98c19
|
@ -0,0 +1,4 @@
|
|||
#ifndef EXTRA_FLAG
|
||||
syntax error EXTRA_FLAG should be defined on the command line for this file
|
||||
#endif
|
||||
int ALLOK;
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef EXTRA_FLAG
|
||||
syntax error EXTRA_FLAG should be defined on the command line for this file
|
||||
#endif
|
||||
int ALLOK;
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef EXTRA_FLAG
|
||||
syntax error EXTRA_FLAG should be defined on the command line for this file
|
||||
#endif
|
||||
int ALLOK;
|
Loading…
Reference in New Issue