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:
Akim Demaille
2020-04-25 11:03:13 +02:00
parent bb7c4a5508
commit 150dc95395
2 changed files with 2 additions and 2 deletions

View File

@@ -529,7 +529,7 @@ void free (void *); /* INFRINGES ON USER NAME SPACE */
# endif
# endif
# define YYCOPY_NEEDED 1
#endif
#endif /* 1 */
#if (! defined yyoverflow \
&& (! defined __cplusplus \