summaryrefslogtreecommitdiff
path: root/dmake/msdos
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 13:05:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 13:05:43 +0000
commitb57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4 (patch)
tree74114259b652f32d411bca938e8946a654544ab3 /dmake/msdos
parente0ac98f6d945aa23617e5f5174ef16287fb985a0 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
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, 16 insertions, 8 deletions
diff --git a/dmake/msdos/borland/bcc30/public.h b/dmake/msdos/borland/bcc30/public.h
index c026949bba30..ec6adbe83507 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.2 2003-01-13 14:27:59 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:24 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
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 c026949bba30..8d5fa64839e2 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.2 2003-01-13 14:27:59 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:25 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
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 c026949bba30..8d5fa64839e2 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.2 2003-01-13 14:27:59 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:25 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
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 68e682ae4b69..e38e718c2a9a 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.2 2003-01-13 14:28:00 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:26 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
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 68e682ae4b69..9c2b46883ff6 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.2 2003-01-13 14:28:00 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:27 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
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 68e682ae4b69..160088a09641 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.2 2003-01-13 14:28:00 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:28 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
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 eef74b6e48c4..160088a09641 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.2 2003-01-13 14:28:01 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:28 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
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 fc26a03ea1a4..d4b8896c1d33 100644
--- a/dmake/msdos/zortech/public.h
+++ b/dmake/msdos/zortech/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:01 waratah Exp $
+/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:29 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,6 +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 **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));