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
5055d3a3
Commit
5055d3a3
authored
Jun 22, 2003
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert to ISO C90.
From-SVN: r68332
parent
d329e058
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/c-pragma.h
+6
-6
No files found.
gcc/c-pragma.h
View file @
5055d3a3
...
...
@@ -47,17 +47,17 @@ extern struct cpp_reader* parse_in;
#define HANDLE_PRAGMA_PACK 1
#endif
/* HANDLE_PRAGMA_PACK_PUSH_POP */
extern
void
init_pragma
PARAMS
((
void
)
);
extern
void
init_pragma
(
void
);
/* Front-end wrapper for pragma registration to avoid dragging
cpplib.h in almost everywhere. */
extern
void
c_register_pragma
PARAMS
((
const
char
*
,
const
char
*
,
void
(
*
)
PARAMS
((
struct
cpp_reader
*
)
)));
extern
void
maybe_apply_pragma_weak
PARAMS
((
tree
)
);
extern
tree
maybe_apply_renaming_pragma
PARAMS
((
tree
,
tree
)
);
extern
void
add_to_renaming_pragma_list
PARAMS
((
tree
,
tree
)
);
void
(
*
)
(
struct
cpp_reader
*
)));
extern
void
maybe_apply_pragma_weak
(
tree
);
extern
tree
maybe_apply_renaming_pragma
(
tree
,
tree
);
extern
void
add_to_renaming_pragma_list
(
tree
,
tree
);
extern
int
c_lex
PARAMS
((
tree
*
)
);
extern
int
c_lex
(
tree
*
);
#endif
/* GCC_C_PRAGMA_H */
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