From: Iain Sandoe Date: Thu, 20 Mar 2025 17:08:57 +0000 (+0000) Subject: cobol: Do not include (no longer needed) X-Git-Tag: basepoints/gcc-16~557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba5d70266107de7226e0a163305a17d8bd22331;p=thirdparty%2Fgcc.git cobol: Do not include (no longer needed) Several of enumerators in parse.y conflict with ones declared in at least some versions of .. e.g. "OVERFLOW". The header is no longer needed since the FE is not trying to do host arithmetic. gcc/cobol/ChangeLog: * cobol-system.h: Remove . Signed-off-by: Iain Sandoe --- diff --git a/gcc/cobol/cobol-system.h b/gcc/cobol/cobol-system.h index 81529bd3a67..ff9583530e2 100644 --- a/gcc/cobol/cobol-system.h +++ b/gcc/cobol/cobol-system.h @@ -53,7 +53,6 @@ #include #include #include -#include #include #include