From 8217bef1eb8a497842e18a749233819d493ef404 Mon Sep 17 00:00:00 2001 From: erikb Date: Tue, 29 Jul 1986 12:49:38 +0000 Subject: [PATCH] added some #ifdef USE_TMP lines --- lang/cem/cemcom/options.c | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.34.1