From: erikb Date: Tue, 29 Jul 1986 12:49:38 +0000 (+0000) Subject: added some #ifdef USE_TMP lines X-Git-Tag: release-5-5~5245 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8217bef1eb8a497842e18a749233819d493ef404;p=ack.git added some #ifdef USE_TMP lines --- diff --git a/lang/cem/cemcom/options.c b/lang/cem/cemcom/options.c index 79416b401..7569fc492 100644 --- a/lang/cem/cemcom/options.c +++ b/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();