summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:53:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:53:29 +0000
commit2581c51469278fe5a36e87123ad22e5d4f808011 (patch)
treec02ce0853c5e73a8a288cba0d17bfbd7738c9e89
parente4633ded5054567ff365ecf0302d9f60ad812226 (diff)
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:14 mh 1.3.8.1: join: from beta2
-rw-r--r--dmake/unix/386ix/public.h4
-rw-r--r--dmake/unix/bsd43/public.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/386ix/public.h b/dmake/unix/386ix/public.h
index 2ee84f040881..d3d41bb61e8d 100644
--- a/dmake/unix/386ix/public.h
+++ b/dmake/unix/386ix/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:43 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:53:18 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/bsd43/public.h b/dmake/unix/bsd43/public.h
index 2ee84f040881..61e3f4420522 100644
--- a/dmake/unix/bsd43/public.h
+++ b/dmake/unix/bsd43/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:43 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:53:29 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 **));