summaryrefslogtreecommitdiff
path: root/gcc/fixproto
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-21 10:11:51 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-21 10:11:51 +0000
commit9662097eb7e9d6aeed1a1210dcf03e45548530d6 (patch)
treef2e47e32766b33b7d592e33051188c84371d867f /gcc/fixproto
parentff75401023e7b24ae7695e1664590850839f3a0b (diff)
downloadgcc-9662097eb7e9d6aeed1a1210dcf03e45548530d6.tar.gz
(stdio.h): Reenable adding protos for v*printf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6128 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixproto')
-rwxr-xr-xgcc/fixproto5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/fixproto b/gcc/fixproto
index 4ed80709d79..03adca20da1 100755
--- a/gcc/fixproto
+++ b/gcc/fixproto
@@ -272,10 +272,7 @@ for code in ALL STD ; do
# Most systems that provide them will also declare them.
required_list="kill raise" ;;
stdio.h)
- # 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"
+ 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 vprintf vsprintf vfprintf tmpfile tmpnam ungetc"
if grep '[^_a-zA-Z0-9]_flsbuf' <$abs_source_file >/dev/null; then
required_list="$required_list _flsbuf _filbuf"
fi