diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-02-10 13:10:06 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-02-10 13:10:06 +0000 |
commit | 57f0f2b2a3363f931fac9ed77a28c9211979552a (patch) | |
tree | 13a9627710bbf9bdf4895634881de4ef6c32dc6a /gcc/output.h | |
parent | a6f0927c69a0333b32b68311fcf844e8d3bced58 (diff) | |
download | gcc-57f0f2b2a3363f931fac9ed77a28c9211979552a.tar.gz |
Use PROTO for varargs functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6516 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/output.h b/gcc/output.h index 7e5d03e74b0..97aeb15e368 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -1,6 +1,6 @@ /* Declarations for insn-output.c. These functions are defined in recog.c, final.c, and varasm.c. - Copyright (C) 1987, 1991 Free Software Foundation, Inc. + Copyright (C) 1987, 1991, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -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 (); +extern void asm_fprintf STDIO_PROTO((FILE *file, char *p, ...)); /* Print an integer constant expression in assembler syntax. Addition and subtraction are the only arithmetic |