mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(IF_LINT): New macro, taken from coreutils.
This commit is contained in:
@@ -129,6 +129,14 @@ void *memrchr (const void *s, int c, size_t n);
|
||||
| GCC extensions. |
|
||||
`-----------------*/
|
||||
|
||||
/* Use this to suppress gcc's `...may be used before initialized'
|
||||
warnings. */
|
||||
#ifdef lint
|
||||
# define IF_LINT(Code) Code
|
||||
#else
|
||||
# define IF_LINT(Code) /* empty */
|
||||
#endif
|
||||
|
||||
#ifndef __attribute__
|
||||
/* This feature is available in gcc versions 2.5 and later. */
|
||||
# if !defined (__GNUC__) || __GNUC__ < 2 || \
|
||||
|
||||
Reference in New Issue
Block a user