mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
* src/system.h: Use canonical definition for PARAMS (avoids clash with macro from hash.h).
This commit is contained in:
10
src/system.h
10
src/system.h
@@ -81,10 +81,12 @@ char *alloca ();
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if PROTOTYPES
|
#ifndef PARAMS
|
||||||
# define PARAMS(p) p
|
# if defined PROTOTYPES || defined __STDC__
|
||||||
#else
|
# define PARAMS(Args) Args
|
||||||
# define PARAMS(p) ()
|
# else
|
||||||
|
# define PARAMS(Args) ()
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# include "xalloc.h"
|
# include "xalloc.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user