now uses alloc module, bug fixes, -N option under USE_TMP, to not do so

This commit is contained in:
ceriel
1987-01-24 00:25:56 +00:00
parent b4e4250144
commit 8116e3181f
37 changed files with 124 additions and 136 deletions

View File

@@ -1,6 +1,8 @@
/* $Header$ */
/* U S E R O P T I O N - H A N D L I N G */
#include "botch_free.h"
#include <alloc.h>
#include "nofloat.h"
#include "nopp.h"
#include "idfsize.h"
@@ -12,7 +14,6 @@
#include "arith.h"
#include "sizes.h"
#include "align.h"
#include "storage.h"
#include "use_tmp.h"
#ifndef NOPP
@@ -126,6 +127,14 @@ do_option(text)
fatal("maximum identifier length is %d", IDFSIZE);
break;
case 'N' :
#ifdef USE_TMP
options['N'] = 1;
#else USE_TMP
warning("-N option ignored");
#endif USE_TMP
break;
case 'P' : /* run preprocessor stand-alone, without #'s */
#ifndef NOPP
options['E'] = 1;