summaryrefslogtreecommitdiff
path: root/dmake/msdos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:43:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:43:47 +0000
commit5e1e044c1c93a59d93ab31af3ca4e17addee738e (patch)
treed6f1899463f21d34e664c4a4b4532b9eb7f9d232 /dmake/msdos
parent151cfb94e41106df0e7db4b9b9a81875de860c4a (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:53 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/borland/bcc50/public.h4
-rw-r--r--dmake/msdos/borland/tcc20/public.h4
-rw-r--r--dmake/msdos/microsft/msc51/public.h4
-rw-r--r--dmake/msdos/microsft/msc60/public.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/dmake/msdos/borland/bcc50/public.h b/dmake/msdos/borland/bcc50/public.h
index 7040c5f51d67..617f76cab2f2 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.6 2006-04-20 12:07:24 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:00 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -124,7 +124,7 @@ void Epilog ANSI((int));
char *Get_current_dir ANSI(());
int Set_dir ANSI((char*));
char Get_switch_char ANSI(());
-FILE* Get_temp ANSI((char **, char *, char *));
+FILE* Get_temp ANSI((char **, char *));
FILE *Start_temp ANSI((char *, CELLPTR, char **));
void Open_temp_error ANSI((char *, char *));
void Link_temp ANSI((CELLPTR, FILE *, char *));
diff --git a/dmake/msdos/borland/tcc20/public.h b/dmake/msdos/borland/tcc20/public.h
index 833cebdbd7e9..33d103ebbc1c 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.6 2006-04-20 12:07:36 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:14 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -124,7 +124,7 @@ void Epilog ANSI((int));
char *Get_current_dir ANSI(());
int Set_dir ANSI((char*));
char Get_switch_char ANSI(());
-FILE* Get_temp ANSI((char **, char *, char *));
+FILE* Get_temp ANSI((char **, char *));
FILE *Start_temp ANSI((char *, CELLPTR, char **));
void Open_temp_error ANSI((char *, char *));
void Link_temp ANSI((CELLPTR, FILE *, char *));
diff --git a/dmake/msdos/microsft/msc51/public.h b/dmake/msdos/microsft/msc51/public.h
index fe82effabbb3..002de9c2485c 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.6 2006-04-20 12:07:47 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:27 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -124,7 +124,7 @@ void Epilog ANSI((int));
char *Get_current_dir ANSI(());
int Set_dir ANSI((char*));
char Get_switch_char ANSI(());
-FILE* Get_temp ANSI((char **, char *, char *));
+FILE* Get_temp ANSI((char **, char *));
FILE *Start_temp ANSI((char *, CELLPTR, char **));
void Open_temp_error ANSI((char *, char *));
void Link_temp ANSI((CELLPTR, FILE *, char *));
diff --git a/dmake/msdos/microsft/msc60/public.h b/dmake/msdos/microsft/msc60/public.h
index 0b3299bc852e..a5b1e6641fb3 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.6 2006-04-20 12:08:00 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:47 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -124,7 +124,7 @@ void Epilog ANSI((int));
char *Get_current_dir ANSI(());
int Set_dir ANSI((char*));
char Get_switch_char ANSI(());
-FILE* Get_temp ANSI((char **, char *, char *));
+FILE* Get_temp ANSI((char **, char *));
FILE *Start_temp ANSI((char *, CELLPTR, char **));
void Open_temp_error ANSI((char *, char *));
void Link_temp ANSI((CELLPTR, FILE *, char *));