summaryrefslogtreecommitdiff
path: root/dmake/msdos
diff options
context:
space:
mode:
authorKen Foskey <waratah@openoffice.org>2003-01-13 13:28:09 +0000
committerKen Foskey <waratah@openoffice.org>2003-01-13 13:28:09 +0000
commit0634d662e96dcc45752a5fdb69a3e6345a7402e9 (patch)
treec0f32f55a0ed97529f2337c7674c8827f0310132 /dmake/msdos
parentff7151bf4bbb735963eeffe55eca7b7b41d00097 (diff)
dmake: Remove the incorrect definition of main to void
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/borland/bcc30/public.h3
-rw-r--r--dmake/msdos/borland/bcc40/public.h3
-rw-r--r--dmake/msdos/borland/bcc45/public.h3
-rw-r--r--dmake/msdos/borland/bcc50/public.h3
-rw-r--r--dmake/msdos/borland/tcc20/public.h3
-rw-r--r--dmake/msdos/microsft/msc51/public.h3
-rw-r--r--dmake/msdos/microsft/msc60/public.h3
-rw-r--r--dmake/msdos/zortech/public.h3
8 files changed, 8 insertions, 16 deletions
diff --git a/dmake/msdos/borland/bcc30/public.h b/dmake/msdos/borland/bcc30/public.h
index a091150efedc..c026949bba30 100644
--- a/dmake/msdos/borland/bcc30/public.h
+++ b/dmake/msdos/borland/bcc30/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:28 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:27:59 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
diff --git a/dmake/msdos/borland/bcc40/public.h b/dmake/msdos/borland/bcc40/public.h
index a091150efedc..c026949bba30 100644
--- a/dmake/msdos/borland/bcc40/public.h
+++ b/dmake/msdos/borland/bcc40/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:28 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:27:59 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
diff --git a/dmake/msdos/borland/bcc45/public.h b/dmake/msdos/borland/bcc45/public.h
index a091150efedc..c026949bba30 100644
--- a/dmake/msdos/borland/bcc45/public.h
+++ b/dmake/msdos/borland/bcc45/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:28 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:27:59 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
diff --git a/dmake/msdos/borland/bcc50/public.h b/dmake/msdos/borland/bcc50/public.h
index 3130d161c24e..68e682ae4b69 100644
--- a/dmake/msdos/borland/bcc50/public.h
+++ b/dmake/msdos/borland/bcc50/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:29 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:00 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
diff --git a/dmake/msdos/borland/tcc20/public.h b/dmake/msdos/borland/tcc20/public.h
index 3130d161c24e..68e682ae4b69 100644
--- a/dmake/msdos/borland/tcc20/public.h
+++ b/dmake/msdos/borland/tcc20/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:29 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:00 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
diff --git a/dmake/msdos/microsft/msc51/public.h b/dmake/msdos/microsft/msc51/public.h
index 3130d161c24e..68e682ae4b69 100644
--- a/dmake/msdos/microsft/msc51/public.h
+++ b/dmake/msdos/microsft/msc51/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:29 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:00 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
diff --git a/dmake/msdos/microsft/msc60/public.h b/dmake/msdos/microsft/msc60/public.h
index 3130d161c24e..eef74b6e48c4 100644
--- a/dmake/msdos/microsft/msc60/public.h
+++ b/dmake/msdos/microsft/msc60/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:29 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:01 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));
diff --git a/dmake/msdos/zortech/public.h b/dmake/msdos/zortech/public.h
index 89c586b44e5a..fc26a03ea1a4 100644
--- a/dmake/msdos/zortech/public.h
+++ b/dmake/msdos/zortech/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:29 hr Exp $
+/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:01 waratah Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,6 @@ 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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));