From 4471c96a19cc4601b2104314589899eb1f1c8412 Mon Sep 17 00:00:00 2001 From: "William F. Jolitz" Date: Sun, 5 Aug 1990 08:54:27 -0800 Subject: [PATCH] 386BSD 0.1 development Work on file usr/src/usr.bin/gcc/cc1/proto.h Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.1 --- usr/src/usr.bin/gcc/cc1/proto.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 usr/src/usr.bin/gcc/cc1/proto.h diff --git a/usr/src/usr.bin/gcc/cc1/proto.h b/usr/src/usr.bin/gcc/cc1/proto.h new file mode 100644 index 0000000000..cc48915d84 --- /dev/null +++ b/usr/src/usr.bin/gcc/cc1/proto.h @@ -0,0 +1,4 @@ +/* This header file is to avoid trouble with semi-ANSI header files + on the Convex in system version 8.0. */ + +#define _PROTO(list) () -- 2.20.1