Simplify the GNUC versions tests

This commit is contained in:
Maxime Gimeno
2021-05-12 15:45:07 +02:00
parent 393ae7dae6
commit e6c767d5c9
68 changed files with 35 additions and 410 deletions
@@ -232,7 +232,7 @@ union yyalloc
/* Copy COUNT objects from FROM to TO. The source and destination do
not overlap. */
# ifndef YYCOPY
# if defined (__GNUC__) && 1 < __GNUC__
# if defined (__GNUC__)
# define YYCOPY(To, From, Count) \
__builtin_memcpy (To, From, (Count) * sizeof (*(From)))
# else