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
911204fe
Commit
911204fe
authored
Apr 17, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 17, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-parser.c (N_C_TTYPES): Remove.
From-SVN: r98260
parent
378e4d93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
gcc/ChangeLog
+2
-0
gcc/c-parser.c
+0
-3
No files found.
gcc/ChangeLog
View file @
911204fe
...
...
@@ -5,6 +5,8 @@
* modulo-sched.c (CFG_HOOKS): Remove.
* c-parser.c (N_C_TTYPES): Remove.
2005-04-17 Richard Henderson <rth@redhat.com>
PR target/20375
...
...
gcc/c-parser.c
View file @
911204fe
...
...
@@ -239,9 +239,6 @@ c_parse_init (void)
/* A keyword. */
#define CPP_KEYWORD ((enum cpp_ttype) (N_TTYPES + 1))
/* The number of token types, including C-specific ones. */
#define N_C_TTYPES ((int) (CPP_KEYWORD + 1))
/* More information about the type of a CPP_NAME token. */
typedef
enum
c_id_kind
{
/* An ordinary identifier. */
...
...
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