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
c857e3b4
Commit
c857e3b4
authored
Sep 23, 1999
by
Jason Merrill
Committed by
Jason Merrill
Sep 23, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cpplib.h (CPP_PREPROCESSED): New macro.
From-SVN: r29636
parent
43fa6302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
gcc/ChangeLog
+6
-5
gcc/cpplib.h
+1
-0
No files found.
gcc/ChangeLog
View file @
c857e3b4
Thu
Sep
23
13
:
40
:
02
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
cpplib
.
h
(
CPP_PREPROCESSED
)
:
New
macro
.
*
cpplib
.
c
(
handle_directive
)
:
Don
'
t
complain
about
`#
NUMBER
'
if
we
'
re
seeing
this
input
for
a
second
time
.
Thu
Sep
23
12
:
54
:
49
1999
Alex
Samuel
<
samuel
@codesourcery
.
com
>
*
emit
-
rtl
.
c
(
init_emit_once
)
:
Initialize
modes
first
.
...
...
@@ -21,11 +27,6 @@ Sun Sep 19 01:23:23 1999 Alex Samuel <samuel@codesourcery.com>
(
output_func_start_profiler
)
:
Likewise
.
*
c
-
typeck
.
c
(
digest_init
)
:
Check
if
init
is
error_mark_node
.
Wed
Sep
22
12
:
04
:
58
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
cpplib
.
c
(
handle_directive
)
:
Don
'
t
complain
about
`#
NUMBER
'
if
we
'
re
seeing
this
input
for
a
second
time
.
Thu
Sep
23
12
:
59
:
14
1999
Alex
Samuel
<
samuel
@codesourcery
.
com
>
Richard
Henderson
<
rth
@cygnus
.
com
>
...
...
gcc/cpplib.h
View file @
c857e3b4
...
...
@@ -513,6 +513,7 @@ struct cpp_options {
#define CPP_WARN_UNDEF(PFILE) (CPP_OPTIONS(PFILE)->warn_undef)
#define CPP_C89(PFILE) (CPP_OPTIONS(PFILE)->c89)
#define CPP_PEDANTIC(PFILE) (CPP_OPTIONS (PFILE)->pedantic)
#define CPP_PREPROCESSED(PFILE) (CPP_OPTIONS (PFILE)->preprocessed)
#define CPP_PRINT_DEPS(PFILE) (CPP_OPTIONS (PFILE)->print_deps)
/* List of directories to look for include files in. */
...
...
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