Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b0501ec1
Commit
b0501ec1
authored
Apr 29, 2003
by
Alexander Kabaev
Committed by
Loren J. Rittle
Apr 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gengtype-yacc.y: Improve portability.
bootstrap/10452 * gengtype-yacc.y: Improve portability. From-SVN: r66239
parent
8e720e8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
gcc/ChangeLog
+5
-0
gcc/gengtype-yacc.y
+5
-5
No files found.
gcc/ChangeLog
View file @
b0501ec1
2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
bootstrap/10452
* gengtype-yacc.y: Improve portability.
2003-04-29 Zack Weinberg <zack@codesourcery.com>
* config.gcc: Install obsolete target list for GCC 3.3.
...
...
gcc/gengtype-yacc.y
View file @
b0501ec1
...
...
@@ -39,11 +39,11 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
%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 "%%"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment