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
328070bb
Commit
328070bb
authored
Nov 06, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stdio.h): Don't add protos for vprintf, vfprintf, vsprintf.
From-SVN: r6019
parent
6f45095d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
gcc/fixproto
+4
-1
No files found.
gcc/fixproto
View file @
328070bb
...
@@ -267,7 +267,10 @@ for code in ALL STD ; do
...
@@ -267,7 +267,10 @@ for code in ALL STD ; do
# Most systems that provide them will also declare them.
# Most systems that provide them will also declare them.
required_list
=
"kill raise"
;;
required_list
=
"kill raise"
;;
stdio.h
)
stdio.h
)
required_list
=
"clearerr fclose feof ferror fflush fgetc fgetpos fgets fopen fprintf fputc fputs fread freopen fscanf fseek fsetpos ftell fwrite getc getchar gets perror printf putc putchar puts remove rename rewind scanf setbuf setvbuf sprintf sscanf tmpfile tmpnam ungetc vfprintf vprintf vsprintf"
# Omitted vfprintf, vprintf, vsprintf because it's hard
# to specify the right data type, and because not all systems
# have them.
required_list
=
"clearerr fclose feof ferror fflush fgetc fgetpos fgets fopen fprintf fputc fputs fread freopen fscanf fseek fsetpos ftell fwrite getc getchar gets perror printf putc putchar puts remove rename rewind scanf setbuf setvbuf sprintf sscanf tmpfile tmpnam ungetc"
if
grep
'[^_a-zA-Z0-9]_flsbuf'
<
$abs_source_file
>
/dev/null
;
then
if
grep
'[^_a-zA-Z0-9]_flsbuf'
<
$abs_source_file
>
/dev/null
;
then
required_list
=
"
$required_list
_flsbuf _filbuf"
required_list
=
"
$required_list
_flsbuf _filbuf"
fi
fi
...
...
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