bug fixes: ifval must be an arith, not an int

This commit is contained in:
ceriel
1987-08-19 10:36:37 +00:00
parent d7b2998ebe
commit d35035fab8
8 changed files with 34 additions and 27 deletions

View File

@@ -6,6 +6,7 @@
/* MAIN PROGRAM */
#include <alloc.h>
#include <em_arith.h>
#include "file_info.h"
#include "idfsize.h"
@@ -14,7 +15,7 @@ extern char *getwdir();
extern int err_occurred;
int idfsize = IDFSIZE;
int ifval;
arith ifval;
char *prog_name;