index
:
cisc-0.2
master
new-assembler
new-instruction-handler
An emulator for the Sux instruction set.
mr b0nk 500
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
asmmon.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmmon.h b/asmmon.h
index 10c52e3..53fdea2 100644
--- a/
asmmon.h
+++ b/
asmmon.h
@@ -115,7 +115,7 @@ enum token {
TOK_INCLUDE
};
-enum proto_token {
+enum pre_token {
PTOK_DOT,
PTOK_COLON,
PTOK_EQU,