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
796c0c93
Commit
796c0c93
authored
Apr 09, 1993
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Incorporate the Objective-C keywords from
objc-parse.gperf and add the new keywords. From-SVN: r4063
parent
163051e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
gcc/c-parse.gperf
+18
-0
No files found.
gcc/c-parse.gperf
View file @
796c0c93
...
@@ -3,6 +3,18 @@
...
@@ -3,6 +3,18 @@
%
}
%
}
struct
resword
{
char
*
name
;
short
token
;
enum
rid
rid
;
};
struct
resword
{
char
*
name
;
short
token
;
enum
rid
rid
;
};
%%
%%
@class
,
CLASS
,
NORID
@
compatibility_alias
,
ALIAS
,
NORID
@
defs
,
DEFS
,
NORID
@
encode
,
ENCODE
,
NORID
@
end
,
END
,
NORID
@
implementation
,
IMPLEMENTATION
,
NORID
@
interface
,
INTERFACE
,
NORID
@
private
,
PRIVATE
,
NORID
@
protected
,
PROTECTED
,
NORID
@
protocol
,
PROTOCOL
,
NORID
@
public
,
PUBLIC
,
NORID
@
selector
,
SELECTOR
,
NORID
__alignof
,
ALIGNOF
,
NORID
__alignof
,
ALIGNOF
,
NORID
__alignof__
,
ALIGNOF
,
NORID
__alignof__
,
ALIGNOF
,
NORID
__asm
,
ASM_KEYWORD
,
NORID
__asm
,
ASM_KEYWORD
,
NORID
...
@@ -32,6 +44,7 @@ __volatile__, TYPE_QUAL, RID_VOLATILE
...
@@ -32,6 +44,7 @@ __volatile__, TYPE_QUAL, RID_VOLATILE
asm
,
ASM_KEYWORD
,
NORID
asm
,
ASM_KEYWORD
,
NORID
auto
,
SCSPEC
,
RID_AUTO
auto
,
SCSPEC
,
RID_AUTO
break
,
BREAK
,
NORID
break
,
BREAK
,
NORID
bycopy
,
TYPE_QUAL
,
RID_BYCOPY
case
,
CASE
,
NORID
case
,
CASE
,
NORID
char
,
TYPESPEC
,
RID_CHAR
char
,
TYPESPEC
,
RID_CHAR
const
,
TYPE_QUAL
,
RID_CONST
const
,
TYPE_QUAL
,
RID_CONST
...
@@ -45,10 +58,15 @@ extern, SCSPEC, RID_EXTERN
...
@@ -45,10 +58,15 @@ extern, SCSPEC, RID_EXTERN
float
,
TYPESPEC
,
RID_FLOAT
float
,
TYPESPEC
,
RID_FLOAT
for
,
FOR
,
NORID
for
,
FOR
,
NORID
goto
,
GOTO
,
NORID
goto
,
GOTO
,
NORID
id
,
OBJECTNAME
,
RID_ID
if
,
IF
,
NORID
if
,
IF
,
NORID
in
,
TYPE_QUAL
,
RID_IN
inout
,
TYPE_QUAL
,
RID_INOUT
inline
,
SCSPEC
,
RID_INLINE
inline
,
SCSPEC
,
RID_INLINE
int
,
TYPESPEC
,
RID_INT
int
,
TYPESPEC
,
RID_INT
long
,
TYPESPEC
,
RID_LONG
long
,
TYPESPEC
,
RID_LONG
oneway
,
TYPE_QUAL
,
RID_ONEWAY
out
,
TYPE_QUAL
,
RID_OUT
register
,
SCSPEC
,
RID_REGISTER
register
,
SCSPEC
,
RID_REGISTER
return
,
RETURN
,
NORID
return
,
RETURN
,
NORID
short
,
TYPESPEC
,
RID_SHORT
short
,
TYPESPEC
,
RID_SHORT
...
...
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