diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-09 02:34:59 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-09 02:34:59 -0500 |
| commit | 701a8793c2a30dfcecdf24023be3c8091e724d2c (patch) | |
| tree | 4cf9d996a91da7d5273d23d77b49f51547a484e6 /tests/include/tast2.h | |
| parent | 5a6eb043d28fb03b19c14ce766f166f59fe269ab (diff) | |
| download | nimterop-pragmas.tar.gz nimterop-pragmas.zip | |
Fix #202 - implement noHeaderpragmas
Diffstat (limited to 'tests/include/tast2.h')
| -rw-r--r-- | tests/include/tast2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h index 0b1fca2..878a3a2 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -247,7 +247,7 @@ static inline int sitest1(int f1) { // DUPLICATES -#ifndef HEADER +#ifdef NOHEADER #define A 1 #define B 1.0 |
