Skip to content

Commit 027bf5b

Browse files
committed
2 minor cleanups: remove a commented out preprocessor.fth line and add
petscii_test to make clean in tools/
1 parent 47da3db commit 027bf5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/cc64/preprocessor.fth

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ make preprocess ( -- )
166166
clearline exit THEN
167167
comment-state @ ?exit
168168
char> ascii # - ?exit +char
169-
\ cpp-nextword cpp-keywords findstr
170169
cpp-nextword cpp-keywords-index find-via-index
171170
IF 2* cpp-commands + perform
172171
exit THEN

tools/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ all: $(tools)
1010
clean:
1111
rm -f $(tools)
1212
rm -f *.o test_*.fth
13+
rm petscii_test
1314

1415

1516
ascii2petscii: ascii2petscii.o petscii.o openfiles.o

0 commit comments

Comments
 (0)