This commit is contained in:
Ken Raeburn
1995-01-19 21:04:08 +00:00
parent 50c551d06f
commit 11618ce8f2
3 changed files with 24 additions and 30 deletions

View File

@@ -1494,7 +1494,7 @@ do_data (idx, in, size)
int size;
{
int opsize = 4;
char *opname;
char *opname = ".yikes!";
sb acc;
sb_new (&acc);
@@ -2351,6 +2351,9 @@ istrue (idx, in)
idx = exp_get_abs ("Conditional operator must have absolute operands.\n", idx, in, &valb);
switch (cond)
{
default:
res = 42;
break;
case EQ:
res = vala == valb;
break;