cleaned up a bit

This commit is contained in:
ceriel 1989-01-26 14:39:09 +00:00
parent f58722ab46
commit 6ee3538d91
2 changed files with 2 additions and 2 deletions

View file

@ -440,7 +440,7 @@ char *instr;
else if ( rel < 0) else if ( rel < 0)
high = mid; high = mid;
else else
/* pas op, mid is naar beneden afgerond !! */ /* watch it, mit is truncated !! */
low = ( mid == low ? low + 1: mid); low = ( mid == low ? low + 1: mid);
} }
C_instr_info = &C_info[ EM_instr[mid].class]; C_instr_info = &C_info[ EM_instr[mid].class];

View file

@ -32,7 +32,7 @@ cmp: all
for i in $(OFILES) ; do cmp $$i $(ASLIB)/$$i ; done for i in $(OFILES) ; do cmp $$i $(ASLIB)/$$i ; done
clean: clean:
rm -f *.o rm -f *.o dummy Lpars.[ch] pars.c
pr: pr:
@pr Makefile C_instr2.c action.c arg_type.h decl.h default.c \ @pr Makefile C_instr2.c action.c arg_type.h decl.h default.c \