diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:49:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:49:51 +0000 |
commit | 29b27d265bed96f094cf8e03e7a78a23ba8bc6eb (patch) | |
tree | 7d912de7fe9fe04d8ad553ddcff85f76b35fce73 | |
parent | 8d9025975c2c37d5f7aac819d50b714c71937b86 (diff) |
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:57 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
-rw-r--r-- | dmake/unix/coherent/ver40/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/coherent/ver42/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/cygwin/public.h | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dmake/unix/coherent/ver40/public.h b/dmake/unix/coherent/ver40/public.h index 8ae387d4c152..c15708621692 100644 --- a/dmake/unix/coherent/ver40/public.h +++ b/dmake/unix/coherent/ver40/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2006-04-20 12:20:18 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:49: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/unix/coherent/ver42/public.h b/dmake/unix/coherent/ver42/public.h index 87953488768a..edbfaaf20733 100644 --- a/dmake/unix/coherent/ver42/public.h +++ b/dmake/unix/coherent/ver42/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2006-04-20 12:20:33 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:49:26 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/unix/cygwin/public.h b/dmake/unix/cygwin/public.h index 107abd4c3e4c..4dd0be6bfbb4 100644 --- a/dmake/unix/cygwin/public.h +++ b/dmake/unix/cygwin/public.h @@ -1,6 +1,6 @@ /* $RCSfile: public.h,v $ --- $Revision: 1.6 $ --- last change: $Author: hr $ $Date: 2006-04-20 12:20:44 $ +-- $Revision: 1.7 $ +-- last change: $Author: vg $ $Date: 2006-09-25 09:49:51 $ -- -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- @@ -127,7 +127,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 *)); |