diff options
Diffstat (limited to 'programs/sub-suite/declare.s')
| -rw-r--r-- | programs/sub-suite/declare.s | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/sub-suite/declare.s b/programs/sub-suite/declare.s index 550228d..36a4f15 100644 --- a/programs/sub-suite/declare.s +++ b/programs/sub-suite/declare.s @@ -2,7 +2,7 @@  ; Structs, and unions.  ; Line struct. -.struct ln +.struct line  	next	.qword	; Pointer to next line.  	tok	.qword	; The tokens for this line. @@ -852,7 +852,7 @@ cmd_srt:  	.word list  	.word asm  	.word help -	.word inst +	.word instruction  	.word run  	.word set_val  | 
