diff options
Diffstat (limited to 'compat/macros1.h')
-rw-r--r-- | compat/macros1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/macros1.h b/compat/macros1.h index 56f8e978..4c2d1c1e 100644 --- a/compat/macros1.h +++ b/compat/macros1.h @@ -35,9 +35,9 @@ #endif #ifndef PP_EXPAND -# define PP_EXPAND(x) PP_EXPAND__2(x) -# define PP_EXPAND__2(x) PP_EXPAND__3(x) x -# define PP_EXPAND__3(x) x +# define PP_EXPAND(x) PP_EXPAND2(x) +# define PP_EXPAND2(x) PP_EXPAND3(x) x +# define PP_EXPAND3(x) x #endif #ifdef _MSC_VER |