mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +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
|
||||
|
||||
#if PROTOTYPES
|
||||
# define PARAMS(p) p
|
||||
#else
|
||||
# define PARAMS(p) ()
|
||||
#ifndef PARAMS
|
||||
# if defined PROTOTYPES || defined __STDC__
|
||||
# define PARAMS(Args) Args
|
||||
# else
|
||||
# define PARAMS(Args) ()
|
||||
# endif
|
||||
#endif
|
||||
|
||||
# include "xalloc.h"
|
||||
|
||||
Reference in New Issue
Block a user