mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
glr.c: remove stray macro
* data/glr.c (YYOPTIONAL_LOC): Remove, unused since commit
769a8ef9bc.
This commit is contained in:
@@ -306,13 +306,6 @@ b4_percent_code_get[]dnl
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
]b4_locations_if([#define YYOPTIONAL_LOC(Name) Name],[
|
|
||||||
#ifdef __cplusplus
|
|
||||||
# define YYOPTIONAL_LOC(Name) /* empty */
|
|
||||||
#else
|
|
||||||
# define YYOPTIONAL_LOC(Name) Name __attribute__ ((__unused__))
|
|
||||||
#endif])[
|
|
||||||
|
|
||||||
#ifndef YYASSERT
|
#ifndef YYASSERT
|
||||||
# define YYASSERT(Condition) ((void) ((Condition) || (abort (), 0)))
|
# define YYASSERT(Condition) ((void) ((Condition) || (abort (), 0)))
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user