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
b9f4b20a
Commit
b9f4b20a
authored
Mar 02, 2003
by
Geoffrey Keating
Committed by
Geoffrey Keating
Mar 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix-header.c (read_scan_file): Don't reference simplify_path.
From-SVN: r63684
parent
97d322cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/fix-header.c
+0
-1
No files found.
gcc/ChangeLog
View file @
b9f4b20a
2003
-
03
-
02
Geoffrey
Keating
<
geoffk
@apple
.
com
>
*
fix
-
header
.
c
(
read_scan_file
)
:
Don
'
t
reference
simplify_path
.
2003
-
03
-
02
Stephane
Carrez
<
stcarrez
@nerim
.
fr
>
2003
-
03
-
02
Stephane
Carrez
<
stcarrez
@nerim
.
fr
>
*
config
/
m68hc11
/
m68hc11
.
c
(
m68hc11_override_options
)
:
Don
'
t
enable
*
config
/
m68hc11
/
m68hc11
.
c
(
m68hc11_override_options
)
:
Don
'
t
enable
...
...
gcc/fix-header.c
View file @
b9f4b20a
...
@@ -625,7 +625,6 @@ read_scan_file (in_fname, argc, argv)
...
@@ -625,7 +625,6 @@ read_scan_file (in_fname, argc, argv)
scan_in
=
cpp_create_reader
(
CLK_GNUC89
);
scan_in
=
cpp_create_reader
(
CLK_GNUC89
);
cb
=
cpp_get_callbacks
(
scan_in
);
cb
=
cpp_get_callbacks
(
scan_in
);
cb
->
file_change
=
cb_file_change
;
cb
->
file_change
=
cb_file_change
;
cb
->
simplify_path
=
simplify_path
;
/* We are going to be scanning a header file out of its proper context,
/* We are going to be scanning a header file out of its proper context,
so ignore warnings and errors. */
so ignore warnings and errors. */
...
...
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