diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:55:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:55:10 +0000 |
commit | 3c3b16657c835f2a9ea4b624d0aa64dfa92d5246 (patch) | |
tree | 19e7f4bcdde652516edb8b87908f14f80da69fa2 /dmake/unix/sysvr3 | |
parent | 471ff7778c2f85ff64495327f0c62c5b8f4cf65f (diff) |
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:21 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/unix/sysvr3')
-rw-r--r-- | dmake/unix/sysvr3/gnu/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/sysvr3/public.h | 4 |
2 files changed, 4 insertions, 4 deletions
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 **)); |