Skip to content

Commit 7f95842

Browse files
committed
Remove unused CDATA token.
1 parent 6803ac6 commit 7f95842

3 files changed

Lines changed: 1 addition & 58 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ COMMON_AS_SRC=\
132132
src/interp/bitand.asm\
133133
src/interp/bitexor.asm\
134134
src/interp/bitor.asm\
135-
src/interp/cdata.asm\
136135
src/interp/chr.asm\
137136
src/interp/cmpstr.asm\
138137
src/interp/color.asm\

src/basic.syn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ TOKENS {
2323
# First token must be "END"
2424
TOK_END
2525
# Constant and variable loading
26-
TOK_NUM, TOK_BYTE, TOK_CSTRING, TOK_CDATA, TOK_VAR_ADDR, TOK_VAR_SADDR, TOK_VAR_LOAD
26+
TOK_NUM, TOK_BYTE, TOK_CSTRING, TOK_VAR_ADDR, TOK_VAR_SADDR, TOK_VAR_LOAD
2727
TOK_SHL8, TOK_0, TOK_1
2828
# PUSH plus composed PUSH ops
2929
TOK_PUSH, TOK_PUSH_VAR_LOAD

src/interp/cdata.asm

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)