X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6c05543cb03b40b9728f7073c4073ce993d796c6..c53b6848897960bc783afdbc230e1a247977d63d:/src/scan-code.h

diff --git a/src/scan-code.h b/src/scan-code.h
index 348d9e3f..d5a15c1a 100644
--- a/src/scan-code.h
+++ b/src/scan-code.h
@@ -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,                         \