diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-06 22:14:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-06 22:14:55 +0000 |
commit | f23ec6ffe5b90fcc5c8ef867c746e12f449d7047 (patch) | |
tree | 5701706850c53fac943a4a799cc7452a346de0b6 /lang/gcc/files | |
parent | Remove an extra directory. (diff) |
Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.
Adjust COMMENT and remove NO_CDROM. Reenable man pages.
Notes
Notes:
svn path=/head/; revision=80294
Diffstat (limited to 'lang/gcc/files')
-rw-r--r-- | lang/gcc/files/patch-gengtype-yacc.y | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/gcc/files/patch-gengtype-yacc.y b/lang/gcc/files/patch-gengtype-yacc.y index cf227a4b58a6..4afaae159533 100644 --- a/lang/gcc/files/patch-gengtype-yacc.y +++ b/lang/gcc/files/patch-gengtype-yacc.y @@ -10,20 +10,3 @@ %} %union { -@@ -37,11 +40,11 @@ - %token <t>ENT_STRUCT - %token ENT_EXTERNSTATIC - %token ENT_YACCUNION --%token GTY_TOKEN "GTY" --%token UNION "union" --%token STRUCT "struct" --%token ENUM "enum" --%token ALIAS "ptr_alias" -+%token GTY_TOKEN -+%token UNION -+%token STRUCT -+%token ENUM -+%token ALIAS - %token <s>PARAM_IS - %token NUM - %token PERCENTPERCENT "%%" |