We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47da3db commit 027bf5bCopy full SHA for 027bf5b
src/cc64/preprocessor.fth
@@ -166,7 +166,6 @@ make preprocess ( -- )
166
clearline exit THEN
167
comment-state @ ?exit
168
char> ascii # - ?exit +char
169
-\ cpp-nextword cpp-keywords findstr
170
cpp-nextword cpp-keywords-index find-via-index
171
IF 2* cpp-commands + perform
172
exit THEN
tools/Makefile
@@ -10,6 +10,7 @@ all: $(tools)
10
clean:
11
rm -f $(tools)
12
rm -f *.o test_*.fth
13
+ rm petscii_test
14
15
16
ascii2petscii: ascii2petscii.o petscii.o openfiles.o
0 commit comments