diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-11 08:01:45 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-11 08:01:45 -0500 |
commit | d18225c493c9d677f1fb27a611c47ea8ba276d99 (patch) | |
tree | d059139df2815d12d548a4deb5ab3aa510dcdfcb /gcc/output.h | |
parent | bdea67faf3e8e7a7791444f5f8b0f0f3d38fa1d1 (diff) | |
download | gcc-d18225c493c9d677f1fb27a611c47ea8ba276d99.tar.gz |
Use PVPROTO for varargs prototypes.
From-SVN: r6744
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index 97aeb15e368..a25227067cf 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -32,7 +32,7 @@ extern void output_asm_insn PROTO((char *, rtx *)); /* Output a string of assembler code, substituting numbers, strings and fixed syntactic prefixes. */ -extern void asm_fprintf STDIO_PROTO((FILE *file, char *p, ...)); +extern void asm_fprintf STDIO_PROTO(PVPROTO((FILE *file, char *p, ...))); /* Print an integer constant expression in assembler syntax. Addition and subtraction are the only arithmetic |