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
7d8847a4
Commit
7d8847a4
authored
Jun 17, 2009
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Jun 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/cpplib.h (progname): Don't declare.
From-SVN: r148627
parent
6ba49852
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
libcpp/ChangeLog
+4
-0
libcpp/include/cpplib.h
+0
-3
No files found.
libcpp/ChangeLog
View file @
7d8847a4
2009
-
06
-
17
Ian
Lance
Taylor
<
iant
@
google.com
>
*
include
/
cpplib.h
(
progname
):
Don
't declare.
2009-06-12 Ian Lance Taylor <iant@google.com>
2009-06-12 Ian Lance Taylor <iant@google.com>
* include/cpplib.h (struct cpp_options): Add
* include/cpplib.h (struct cpp_options): Add
...
...
libcpp/include/cpplib.h
View file @
7d8847a4
...
@@ -546,9 +546,6 @@ struct cpp_dir
...
@@ -546,9 +546,6 @@ struct cpp_dir
dev_t
dev
;
dev_t
dev
;
};
};
/* Name under which this program was invoked. */
extern
const
char
*
progname
;
/* The structure of a node in the hash table. The hash table has
/* The structure of a node in the hash table. The hash table has
entries for all identifiers: either macros defined by #define
entries for all identifiers: either macros defined by #define
commands (type NT_MACRO), assertions created with #assert
commands (type NT_MACRO), assertions created with #assert
...
...
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