remove debug output to stdout.
This commit is contained in:
parent
ef874c8fd3
commit
066deeb183
|
@ -78,7 +78,6 @@
|
|||
|
||||
;; -- Guile
|
||||
(guile
|
||||
(display "GUILE") (newline)
|
||||
(use-modules (ice-9 pretty-print))
|
||||
(use-modules (srfi srfi-9))
|
||||
|
||||
|
@ -96,9 +95,6 @@
|
|||
|
||||
;; -- Mes
|
||||
(mes
|
||||
(display "MES!")
|
||||
(newline)
|
||||
|
||||
(define pprint display)
|
||||
(define lalr-keyword? symbol?)
|
||||
(define-macro (BITS-PER-WORD) 30)
|
||||
|
|
Loading…
Reference in a new issue