added some #ifdef USE_TMP lines
This commit is contained in:
parent
7f74cabf12
commit
8217bef1eb
1 changed files with 2 additions and 0 deletions
|
@ -21,7 +21,9 @@ extern int inc_pos;
|
|||
|
||||
extern char options[];
|
||||
extern int idfsize;
|
||||
#ifdef USE_TMP
|
||||
extern char *tmpfdir; /* main.c */
|
||||
#endif USE_TMP
|
||||
|
||||
int txt2int();
|
||||
|
||||
|
|
Loading…
Reference in a new issue