diff options
Diffstat (limited to 'test/Modules/Inputs/macros_right.h')
-rw-r--r-- | test/Modules/Inputs/macros_right.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Modules/Inputs/macros_right.h b/test/Modules/Inputs/macros_right.h index 8e9688223b..a4a1e2e0cf 100644 --- a/test/Modules/Inputs/macros_right.h +++ b/test/Modules/Inputs/macros_right.h @@ -1,8 +1,8 @@ #include "macros_top.h" #define RIGHT unsigned short -#undef TOP_RIGHT_REDEF -#define TOP_RIGHT_REDEF float + + @@ -13,3 +13,5 @@ #define LEFT_RIGHT_DIFFERENT2 int #define LEFT_RIGHT_DIFFERENT3 int +#undef TOP_RIGHT_REDEF +#define TOP_RIGHT_REDEF float |