Added a command to kill a register

This commit is contained in:
ceriel
1989-10-26 15:41:38 +00:00
parent adc8fc6e9e
commit 74546bd985
3 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
#define DO_DLINE 21
#define DO_SETCC 22
#define DO_TOSTACK 23
#define DO_KILLREG 24
#ifndef MAXATT
#define MAXATT TOKENSIZE