lang/gcc45

This commit is contained in:
2016-10-14 10:03:50 +02:00
committed by Lionel Sambuc
parent 55ed866b8e
commit 21b77466b9
462 changed files with 25994 additions and 1269 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD$
--- libcpp/internal.h.orig Mon Mar 29 20:07:29 2010
+++ libcpp/internal.h
@@ -179,6 +179,9 @@ struct lexer_state
/* Nonzero if first token on line is CPP_HASH. */
unsigned char in_directive;
+ /* Nonzero if we are collecting macro arguments */
+ unsigned char collecting_args;
+
/* Nonzero if in a directive that will handle padding tokens itself.
#include needs this to avoid problems with computed include and
spacing between tokens. */