From 0634d662e96dcc45752a5fdb69a3e6345a7402e9 Mon Sep 17 00:00:00 2001 From: Ken Foskey Date: Mon, 13 Jan 2003 13:28:09 +0000 Subject: dmake: Remove the incorrect definition of main to void --- dmake/unix/solaris/gnu/public.h | 3 +-- dmake/unix/solaris/public.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'dmake/unix/solaris') diff --git a/dmake/unix/solaris/gnu/public.h b/dmake/unix/solaris/gnu/public.h index 01e80862fbbd..66cd4d817002 100644 --- a/dmake/unix/solaris/gnu/public.h +++ b/dmake/unix/solaris/gnu/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:35 hr Exp $ +/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:06 waratah Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -88,7 +88,6 @@ void Clear_prerequisites ANSI((CELLPTR)); int Test_circle ANSI((CELLPTR, int)); STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int)); t_attr Rcp_attribute ANSI((char *)); -void main ANSI((int, char **)); FILE *Openfile ANSI((char *, int, int)); FILE *Closefile ANSI(()); FILE *Search_file ANSI((char *, char **)); diff --git a/dmake/unix/solaris/public.h b/dmake/unix/solaris/public.h index 01e80862fbbd..a716896135d2 100644 --- a/dmake/unix/solaris/public.h +++ b/dmake/unix/solaris/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:35 hr Exp $ +/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:05 waratah Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -88,7 +88,6 @@ void Clear_prerequisites ANSI((CELLPTR)); int Test_circle ANSI((CELLPTR, int)); STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int)); t_attr Rcp_attribute ANSI((char *)); -void main ANSI((int, char **)); FILE *Openfile ANSI((char *, int, int)); FILE *Closefile ANSI(()); FILE *Search_file ANSI((char *, char **)); -- cgit