redesign of ival, other minor changes

This commit is contained in:
ceriel
1987-03-25 23:14:43 +00:00
parent db666da35a
commit 09125cce6b
42 changed files with 1146 additions and 342 deletions

View File

@@ -20,6 +20,7 @@
#include "assert.h"
#include "expr.h"
#include "type.h"
#include "noRoption.h"
extern char options[];
@@ -47,8 +48,10 @@ code_startswitch(expp)
switch (fund) {
case LONG:
#ifndef NOROPTION
if (options['R'])
warning("long in switch (cast to int)");
#endif
int2int(expp, int_type);
break;
#ifndef NOFLOAT