This commit is contained in:
John Gilmore 1991-09-13 01:02:21 +00:00
parent f33c3ad15b
commit 19b66c0e72
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ extern struct value *call_function_by_hand();
extern struct target_ops eb_ops; /* Forward declaration */
static void eb_close();
#define LOG_FILE "eb.log"
#if defined (LOG_FILE)
FILE *log_file;