]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.h
muscle: factor the computation of variable names
[bison.git] / src / scan-code.h
index 348d9e3f820e9e865644993cd00e74cd42d8f607..d5a15c1a1ca2e2007f315a12960b5e23d7f31705 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -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,                         \