From e975776e318125917dcd740dbe70fd8f2aa642bf Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 12 Jun 2003 09:54:36 +0000 Subject: INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:19 mh 1.3.8.1: join: from beta2 --- dmake/unix/solaris/gnu/public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmake/unix') diff --git a/dmake/unix/solaris/gnu/public.h b/dmake/unix/solaris/gnu/public.h index 734a558e19e9..6cfbc6c5806e 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.3 2003-03-25 14:02:47 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-06-12 10:54:36 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -88,7 +88,7 @@ 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 **)); +int main ANSI((int, char **)); FILE *Openfile ANSI((char *, int, int)); FILE *Closefile ANSI(()); FILE *Search_file ANSI((char *, char **)); -- cgit