]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.h
variant: produce stable results
[bison.git] / src / scan-code.h
index 348d9e3f820e9e865644993cd00e74cd42d8f607..b41d42e30b6062df9a5e06b5492376fb1c348126 100644 (file)
@@ -93,7 +93,7 @@ typedef struct code_props {
 void code_props_none_init (code_props *self);
 
 /** Equivalent to \c code_props_none_init.  */
-#define CODE_PROPS_NONE_INIT                    \
+# define CODE_PROPS_NONE_INIT                   \
   {                                             \
     /* .kind = */ CODE_PROPS_NONE,              \
     /* .code = */ NULL,                         \