commit e0c384dbb454576283d73d42ffdea7edc9b584f5
parent 8dfcb448c36994abe236a01ea556f032e2455ac0
Author: Virgil Dupras <hsoft@hardcoded.net>
Date: Sun, 27 Nov 2022 12:08:16 -0500
Remove spurious debugging print
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/comp/c/cc.fs b/fs/comp/c/cc.fs
@@ -9,7 +9,7 @@
\ Compiles input coming from the stdin alias and writes the
\ result to here. Aborts on error.
: cc1, ( -- )
- cctypes$ ccpp$ cctok$ begin ( ) nextt? ?dup while cparse .free repeat ;
+ cctypes$ ccpp$ cctok$ begin ( ) nextt? ?dup while cparse repeat ;
: :c cctok$ nextt cparse ;