summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/output.h
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-09-28 20:36:16 +0000
committerjmz <jmz@FreeBSD.org>1995-09-28 20:36:16 +0000
commitd7540707150387c6154e64a7807ac15aaede039f (patch)
tree9652bbd72571e2f3e85bab900a7bb12db48f6bd7 /usr.bin/f2c/output.h
parent7b21039a71d27d24df672740c642830438c642e3 (diff)
downloadFreeBSD-src-d7540707150387c6154e64a7807ac15aaede039f.zip
FreeBSD-src-d7540707150387c6154e64a7807ac15aaede039f.tar.gz
Update to the 1995/09/20 version. Previous version was 1993/12/17
The diffs are large mainly because of prototyping changes.
Diffstat (limited to 'usr.bin/f2c/output.h')
-rw-r--r--usr.bin/f2c/output.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.bin/f2c/output.h b/usr.bin/f2c/output.h
index 2bc21da..97e3a0a 100644
--- a/usr.bin/f2c/output.h
+++ b/usr.bin/f2c/output.h
@@ -8,8 +8,6 @@
*/
#include "niceprintf.h"
-extern int nice_printf ();
-
/* Definitions for the opcode table. The table is indexed by the macros
which are #defined in defines.h */
@@ -57,9 +55,10 @@ extern int in_string;
extern table_entry opcode_table[];
-void expr_out (), out_init (), out_addr (), out_const ();
-void out_name (), extern_out (), out_asgoto ();
-void out_if (), out_else (), elif_out ();
-void endif_out (), end_else_out ();
-void compgoto_out (), out_for ();
-void out_end_for (), out_and_free_statement ();
+void compgoto_out Argdcl((FILEP, tagptr, tagptr));
+void endif_out Argdcl((FILEP));
+void expr_out Argdcl((FILEP, tagptr));
+void out_and_free_statement Argdcl((FILEP, tagptr));
+void out_end_for Argdcl((FILEP));
+void out_if Argdcl((FILEP, tagptr));
+void out_name Argdcl((FILEP, Namep));
OpenPOWER on IntegriCloud