Kaydet (Commit) 3cc3b76d authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED

2006/02/02 04:40:11 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling.
2006/02/01 23:29:07 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets
and/or recipes. (Autotools files were regenerated.)
2006/02/01 22:09:00 vq 1.5.30.1: #i61390# Add missing prototypes.
üst d86ae580
/* RCS $Id: public.h,v 1.5 2003-12-17 16:14:03 vg Exp $ /* RCS $Id: public.h,v 1.6 2006-04-20 12:21:45 hr Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
-- --
-- --
...@@ -111,12 +111,13 @@ time_t Do_stat ANSI((char *, char *, char **, int)); ...@@ -111,12 +111,13 @@ time_t Do_stat ANSI((char *, char *, char **, int));
int Do_touch ANSI((char *, char *, char **)); int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *)); void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(()); time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR));
int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int)); int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int));
char ** Pack_argv ANSI((int, int, char *)); char ** Pack_argv ANSI((int, int, char *));
char *Read_env_string ANSI((char *)); char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *)); int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(()); void ReadEnvironment ANSI(());
void Catch_signals ANSI((void (*)())); void Catch_signals ANSI((void (*)(int)));
void Clear_signals ANSI(()); void Clear_signals ANSI(());
void Prolog ANSI((int, char* [])); void Prolog ANSI((int, char* []));
void Epilog ANSI((int)); void Epilog ANSI((int));
...@@ -136,7 +137,7 @@ void Parse ANSI((FILE *)); ...@@ -136,7 +137,7 @@ void Parse ANSI((FILE *));
int Get_line ANSI((char *, FILE *)); int Get_line ANSI((char *, FILE *));
char *Do_comment ANSI((char *, char **, int)); char *Do_comment ANSI((char *, char **, int));
char *Get_token ANSI((TKSTRPTR, char *, int)); char *Get_token ANSI((TKSTRPTR, char *, int));
void Quit ANSI(()); void Quit ANSI((int));
void Read_state ANSI(()); void Read_state ANSI(());
void Write_state ANSI(()); void Write_state ANSI(());
int Check_state ANSI((CELLPTR, STRINGPTR *, int)); int Check_state ANSI((CELLPTR, STRINGPTR *, int));
...@@ -154,6 +155,8 @@ void Check_circle_dfa ANSI(()); ...@@ -154,6 +155,8 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *)); void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *)); char *Exec_function ANSI((char *));
time_t seek_arch ANSI((char *, char *)); time_t seek_arch ANSI((char *, char *));
int touch_arch ANSI(( char *, char *));
void void_lcache ANSI(( char *, char *));
int If_root_path ANSI((char *)); int If_root_path ANSI((char *));
void Remove_prq ANSI((CELLPTR)); void Remove_prq ANSI((CELLPTR));
int runargv ANSI((CELLPTR, int, int, int, int, char *)); int runargv ANSI((CELLPTR, int, int, int, int, char *));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment