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
a6e98168
Commit
a6e98168
authored
Apr 13, 1994
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hack to get cp-errfn.c to compile without stdio.h
From-SVN: r7044
parent
6ffe3a32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gcc/halfpic.h
+4
-2
No files found.
gcc/halfpic.h
View file @
a6e98168
...
...
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#endif
#if
ndef STDIO_PROTO
#if
!defined(STDIO_PROTO) && !defined(NO_STDIO_H)
#ifndef BUFSIZ
#include <stdio.h>
#endif
...
...
@@ -59,9 +59,11 @@ extern void half_pic_encode PROTO((union tree_node *)); /* encode whether half-
extern
void
half_pic_declare
PROTO
((
char
*
));
/* declare object local */
extern
void
half_pic_external
PROTO
((
char
*
));
/* declare object external */
extern
void
half_pic_init
PROTO
((
void
));
/* half_pic initialization */
extern
void
half_pic_finish
STDIO_PROTO
((
FILE
*
));
/* half_pic termination */
extern
int
half_pic_address_p
PROTO
((
struct
rtx_def
*
));
/* true if an address is half-pic */
extern
struct
rtx_def
*
half_pic_ptr
PROTO
((
struct
rtx_def
*
));
/* return RTX for half-pic pointer */
#ifdef STDIO_PROTO
extern
void
half_pic_finish
STDIO_PROTO
((
FILE
*
));
/* half_pic termination */
#endif
/* Macros to provide access to the half-pic stuff (so they can easily
be stubbed out. */
...
...
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