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