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
e2eb5056
Commit
e2eb5056
authored
Jan 28, 2016
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jan 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* directives.c (destringize_and_run): Adjust prototype.
From-SVN: r232928
parent
4b7471a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libcpp/ChangeLog
+4
-0
libcpp/directives.c
+2
-1
No files found.
libcpp/ChangeLog
View file @
e2eb5056
2016
-
01
-
28
Jakub
Jelinek
<
jakub
@
redhat.com
>
*
directives.c
(
destringize_and_run
):
Adjust
prototype.
2016
-
01
-
27
David
Malcolm
<
dmalcolm
@
redhat.com
>
PR
preprocessor
/
69126
...
...
libcpp/directives.c
View file @
e2eb5056
...
...
@@ -122,7 +122,8 @@ static void do_pragma_error (cpp_reader *);
static
void
do_linemarker
(
cpp_reader
*
);
static
const
cpp_token
*
get_token_no_padding
(
cpp_reader
*
);
static
const
cpp_token
*
get__Pragma_string
(
cpp_reader
*
);
static
void
destringize_and_run
(
cpp_reader
*
,
const
cpp_string
*
);
static
void
destringize_and_run
(
cpp_reader
*
,
const
cpp_string
*
,
source_location
);
static
int
parse_answer
(
cpp_reader
*
,
struct
answer
**
,
int
,
source_location
);
static
cpp_hashnode
*
parse_assertion
(
cpp_reader
*
,
struct
answer
**
,
int
);
static
struct
answer
**
find_answer
(
cpp_hashnode
*
,
const
struct
answer
*
);
...
...
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