mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
style: clarify #endif
We could try to avoid the weird "#if 1", but then the indentation of the inner #if would be wrong. Let' keep it this way. * data/skeletons/yacc.c: here. Also, avoid sticking the comment to the directive.
This commit is contained in:
@@ -547,7 +547,7 @@ void free (void *); /* INFRINGES ON USER NAME SPACE */
|
|||||||
# endif
|
# endif
|
||||||
# endif]b4_lac_if([[
|
# endif]b4_lac_if([[
|
||||||
# define YYCOPY_NEEDED 1]])[
|
# define YYCOPY_NEEDED 1]])[
|
||||||
#endif]b4_lac_if([], [b4_parse_error_case([simple], [[/* !defined yyoverflow */]])])[
|
#endif /* ]b4_lac_if([[1]], [b4_parse_error_case([simple], [[!defined yyoverflow]], [[1]])])[ */
|
||||||
|
|
||||||
#if (! defined yyoverflow \
|
#if (! defined yyoverflow \
|
||||||
&& (! defined __cplusplus \
|
&& (! defined __cplusplus \
|
||||||
|
|||||||
@@ -529,7 +529,7 @@ void free (void *); /* INFRINGES ON USER NAME SPACE */
|
|||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
# define YYCOPY_NEEDED 1
|
# define YYCOPY_NEEDED 1
|
||||||
#endif
|
#endif /* 1 */
|
||||||
|
|
||||||
#if (! defined yyoverflow \
|
#if (! defined yyoverflow \
|
||||||
&& (! defined __cplusplus \
|
&& (! defined __cplusplus \
|
||||||
|
|||||||
Reference in New Issue
Block a user