gcc 3.1 compatibility

svn path=/trunk/boinc/; revision=412
This commit is contained in:
Eric Heien 2002-09-11 18:38:58 +00:00
parent 8bd0f8360b
commit 211bf65240
2 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,7 @@ int parse_fraction_done_file(FILE*, double&, double&);
#define FD_INIT_FILE "fd_init.xml" #define FD_INIT_FILE "fd_init.xml"
#define CHECKPOINT_CPU_FILE "checkpoint_cpu.xml" #define CHECKPOINT_CPU_FILE "checkpoint_cpu.xml"
#define FRACTION_DONE_FILE "fraction_done.xml" #define FRACTION_DONE_FILE "fraction_done.xml"
#define STDERR_FILE "stderr.txt"
int set_timer(double period); int set_timer(double period);

View File

@ -41,4 +41,3 @@ extern int make_prefs_backup_name(PREFS&, char*);
#define SCHED_OP_REQUEST_FILE "sched_request.xml" #define SCHED_OP_REQUEST_FILE "sched_request.xml"
#define SCHED_OP_RESULT_FILE "sched_reply.xml" #define SCHED_OP_RESULT_FILE "sched_reply.xml"
#define LOG_FLAGS_FILE "log_flags.xml" #define LOG_FLAGS_FILE "log_flags.xml"
#define STDERR_FILE "stderr.txt"