Browse Source

added some #ifdef USE_TMP lines

erikb 38 years ago
parent
commit
1b7821a87e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lang/cem/cemcom/options.c

+ 2 - 0
lang/cem/cemcom/options.c

@@ -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();