From 3c3b16657c835f2a9ea4b624d0aa64dfa92d5246 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 12 Jun 2003 09:55:10 +0000 Subject: INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED 2003/06/06 09:59:21 mh 1.3.8.1: join: from beta2 --- dmake/unix/sysvr3/gnu/public.h | 4 ++-- dmake/unix/sysvr3/public.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dmake/unix/sysvr3') diff --git a/dmake/unix/sysvr3/gnu/public.h b/dmake/unix/sysvr3/gnu/public.h index 60feed0d7101..9635f0a36288 100644 --- a/dmake/unix/sysvr3/gnu/public.h +++ b/dmake/unix/sysvr3/gnu/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:49 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-06-12 10:55:10 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -86,7 +86,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 **)); diff --git a/dmake/unix/sysvr3/public.h b/dmake/unix/sysvr3/public.h index 9a024920e9c9..4d64612bc516 100644 --- a/dmake/unix/sysvr3/public.h +++ b/dmake/unix/sysvr3/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:48 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-06-12 10:54:59 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