cleaned up a bit

This commit is contained in:
ceriel
1989-01-26 14:43:09 +00:00
parent 3ecbfced88
commit 0846e8f43b
4 changed files with 4 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ char **as_instructions; /* The buffer(?) where the instructions are saved */
int quantum = 0, /* Max. nr. of instructions in as_instructions[] */
nr_instr, /* Number of saved instructions */
first_action, /* Is this block of assembler-instr. the first after
* a '==>' or '::=' ?
* a '==>'?
*/
last_action; /* Is this block followed by a '.' ? */