summaryrefslogtreecommitdiff
path: root/dmake/win95
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:23:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:23:48 +0000
commit2202b0e1a4ad4159c5f29a312ffeb0110ed02931 (patch)
tree3f5d4c9680c2e7a1be5ffdba2ae3680813c63c04 /dmake/win95
parent0e68343efb35cbd87160f21e4d09a6235e49935e (diff)
INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED
2006/02/02 04:40:16 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:09 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)
Diffstat (limited to 'dmake/win95')
-rw-r--r--dmake/win95/borland/bcc50/public.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/dmake/win95/borland/bcc50/public.h b/dmake/win95/borland/bcc50/public.h
index 876db4fa32ed..8f83da9f7487 100644
--- a/dmake/win95/borland/bcc50/public.h
+++ b/dmake/win95/borland/bcc50/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.5 2003-12-17 16:16:46 vg Exp $
+/* RCS $Id: public.h,v 1.6 2006-04-20 12:23:48 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -111,12 +111,13 @@ time_t Do_stat ANSI((char *, char *, char **, int));
int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(());
+void Do_profile_output ANSI((char *, uint16, CELLPTR));
int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int));
char ** Pack_argv ANSI((int, int, char *));
char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(());
-void Catch_signals ANSI((void (*)()));
+void Catch_signals ANSI((void (*)(int)));
void Clear_signals ANSI(());
void Prolog ANSI((int, char* []));
void Epilog ANSI((int));
@@ -136,7 +137,7 @@ void Parse ANSI((FILE *));
int Get_line ANSI((char *, FILE *));
char *Do_comment ANSI((char *, char **, int));
char *Get_token ANSI((TKSTRPTR, char *, int));
-void Quit ANSI(());
+void Quit ANSI((int));
void Read_state ANSI(());
void Write_state ANSI(());
int Check_state ANSI((CELLPTR, STRINGPTR *, int));