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
fa6ac85e
Commit
fa6ac85e
authored
Jan 30, 1999
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix thinko in last change to toplev.h (fnotice).
Wrap prototype with BUFSIZ to protect FILE* usage. From-SVN: r24932
parent
644f3d7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+2
-1
gcc/toplev.h
+2
-0
No files found.
gcc/ChangeLog
View file @
fa6ac85e
...
@@ -7,7 +7,8 @@ Sat Jan 30 23:14:13 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
...
@@ -7,7 +7,8 @@ Sat Jan 30 23:14:13 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
*
toplev
.
c
(
fnotice
)
:
Constify
char
*
parameter
.
*
toplev
.
c
(
fnotice
)
:
Constify
char
*
parameter
.
*
toplev
.
h
(
fnotice
)
:
Add
prototype
.
*
toplev
.
h
(
fnotice
)
:
Add
prototype
.
Wrap
prototype
with
BUFSIZ
to
protect
FILE
*
usage
.
Sun
Jan
31
15
:
33
:
09
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
Sun
Jan
31
15
:
33
:
09
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
h
(
RTX_COSTS
)
:
Explicitly
define
c4x
costs
.
*
config
/
c4x
/
c4x
.
h
(
RTX_COSTS
)
:
Explicitly
define
c4x
costs
.
...
...
gcc/toplev.h
View file @
fa6ac85e
...
@@ -102,7 +102,9 @@ extern void do_abort PROTO ((void)) ATTRIBUTE_NORETURN;
...
@@ -102,7 +102,9 @@ extern void do_abort PROTO ((void)) ATTRIBUTE_NORETURN;
extern
void
botch
PROTO
((
const
char
*
))
extern
void
botch
PROTO
((
const
char
*
))
ATTRIBUTE_NORETURN
;
ATTRIBUTE_NORETURN
;
#ifdef BUFSIZ
extern
void
fnotice
PROTO
((
FILE
*
,
const
char
*
,
...))
extern
void
fnotice
PROTO
((
FILE
*
,
const
char
*
,
...))
ATTRIBUTE_PRINTF_2
;
ATTRIBUTE_PRINTF_2
;
#endif
#endif
/* __GCC_TOPLEV_H */
#endif
/* __GCC_TOPLEV_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