mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
style: fix cpp indentation
Reported by syntax-check. * src/system.h: here.
This commit is contained in:
20
src/system.h
20
src/system.h
@@ -75,16 +75,16 @@ typedef size_t uintptr_t;
|
|||||||
|
|
||||||
|
|
||||||
/* See https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00061.html. */
|
/* See https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00061.html. */
|
||||||
#if defined __GNUC__ && ! defined __clang__ && ! defined __ICC && __GNUC__ < 5
|
# if defined __GNUC__ && ! defined __clang__ && ! defined __ICC && __GNUC__ < 5
|
||||||
# define IGNORE_TYPE_LIMITS_BEGIN \
|
# define IGNORE_TYPE_LIMITS_BEGIN \
|
||||||
_Pragma ("GCC diagnostic push") \
|
_Pragma ("GCC diagnostic push") \
|
||||||
_Pragma ("GCC diagnostic ignored \"-Wtype-limits\"")
|
_Pragma ("GCC diagnostic ignored \"-Wtype-limits\"")
|
||||||
# define IGNORE_TYPE_LIMITS_END \
|
# define IGNORE_TYPE_LIMITS_END \
|
||||||
_Pragma ("GCC diagnostic pop")
|
_Pragma ("GCC diagnostic pop")
|
||||||
#else
|
# else
|
||||||
# define IGNORE_TYPE_LIMITS_BEGIN
|
# define IGNORE_TYPE_LIMITS_BEGIN
|
||||||
# define IGNORE_TYPE_LIMITS_END
|
# define IGNORE_TYPE_LIMITS_END
|
||||||
#endif
|
# endif
|
||||||
|
|
||||||
|
|
||||||
/*-----------------.
|
/*-----------------.
|
||||||
|
|||||||
Reference in New Issue
Block a user