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
1293daae
Commit
1293daae
authored
Aug 20, 2000
by
Neil Booth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix-header.c (read_scan_file): Initialize cpplib.
From-SVN: r35816
parent
574f7425
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/fix-header.c
+2
-2
No files found.
gcc/fix-header.c
View file @
1293daae
...
...
@@ -609,7 +609,9 @@ read_scan_file (in_fname, argc, argv)
obstack_init
(
&
scan_file_obstack
);
cpp_init
();
/* Initialize cpplib. */
cpp_reader_init
(
&
scan_in
);
/* We are going to be scanning a header file out of its proper context,
so ignore warnings and errors. */
CPP_OPTION
(
&
scan_in
,
inhibit_warnings
)
=
1
;
...
...
@@ -1079,8 +1081,6 @@ main (argc, argv)
exit
(
FATAL_EXIT_CODE
);
}
cpp_init
();
/* Initialize cpplib. */
inc_filename
=
argv
[
1
];
inc_filename_length
=
strlen
(
inc_filename
);
...
...
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