summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:55:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:55:47 +0000
commit4c29e94efa354116b7e5512036424bb540144985 (patch)
tree4c13e4be970b540ad5f574222a8abb492df5d366
parent6954ae473ce7e5307096b27a91d318d378418c45 (diff)
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:23 mh 1.3.8.1: join: from beta2
-rw-r--r--dmake/unix/sysvr4/public.h4
-rw-r--r--dmake/unix/xenix/public.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/sysvr4/public.h b/dmake/unix/sysvr4/public.h
index 248cfad40423..8e927a7f044c 100644
--- a/dmake/unix/sysvr4/public.h
+++ b/dmake/unix/sysvr4/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:33 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 **));
diff --git a/dmake/unix/xenix/public.h b/dmake/unix/xenix/public.h
index 5388a848dd3e..42f92d409cb8 100644
--- a/dmake/unix/xenix/public.h
+++ b/dmake/unix/xenix/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:50 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:55:47 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 **));