Do not use '#endif/#else xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-17 14:11:15 +00:00
parent a3bbaf4940
commit 7d78a01b64
56 changed files with 343 additions and 345 deletions

View File

@@ -16,7 +16,7 @@
#include <em.h>
#else
#include "l_em.h"
#endif LINT
#endif /* LINT */
#include <em_arith.h>
#include <em_reg.h>
#include <alloc.h>
@@ -34,7 +34,7 @@
static struct localvar *FreeTmps;
#ifdef USE_TMP
static int loc_id;
#endif USE_TMP
#endif /* USE_TMP */
#ifdef PEEPHOLE
#undef REGCOUNT
@@ -47,7 +47,7 @@ LocalInit()
{
#ifdef USE_TMP
C_insertpart(loc_id = C_getid());
#endif USE_TMP
#endif /* USE_TMP */
}
arith
@@ -239,4 +239,4 @@ AddrLocal(off)
if (p) p->t_regtype = -1;
C_lal(off);
}
#endif LINT
#endif /* LINT */