X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fbca394ee1416fcfa41f839abc313a037732e84d..c98b5143b071e351bdb820565681890046a6b45a:/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, \