diff options
Diffstat (limited to 'test/07-pp.h')
| -rw-r--r-- | test/07-pp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/07-pp.h b/test/07-pp.h index 63de6f5..c0725b5 100644 --- a/test/07-pp.h +++ b/test/07-pp.h @@ -9,7 +9,8 @@ void hi(int x) { } #if 1 #endif -#elifndef Ww +#elifndef Ww /* + t'e */ #define Bar 7 #define SQR_(x) ((x)*(x)) #define SQR(y) SQR_(1+(y)-1) |