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
8a68e183
Commit
8a68e183
authored
Feb 01, 1999
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Feb 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* input.c (inline): Don't define, its handled by system.h.
From-SVN: r24951
parent
ab7c205e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/cp/ChangeLog
+4
-0
gcc/cp/input.c
+0
-6
No files found.
gcc/cp/ChangeLog
View file @
8a68e183
Mon Feb 1 09:49:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* input.c (inline): Don't define, its handled by system.h.
Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
* decl2.c: Don't define flag_no_ident here. Don't process
* decl2.c: Don't define flag_no_ident here. Don't process
...
...
gcc/cp/input.c
View file @
8a68e183
...
@@ -53,12 +53,6 @@ static struct input_source *input, *free_inputs;
...
@@ -53,12 +53,6 @@ static struct input_source *input, *free_inputs;
extern
char
*
input_filename
;
extern
char
*
input_filename
;
extern
int
lineno
;
extern
int
lineno
;
#ifdef __GNUC__
#define inline __inline__
#else
#define inline
#endif
#if USE_CPPLIB
#if USE_CPPLIB
extern
unsigned
char
*
yy_cur
,
*
yy_lim
;
extern
unsigned
char
*
yy_cur
,
*
yy_lim
;
extern
int
yy_get_token
();
extern
int
yy_get_token
();
...
...
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