wisp
 
(Arne Babenhauserheide)
2013-08-26: no longer output the line numbers of generated code.

no longer output the line numbers of generated code.

diff --git a/wisp-guile.w b/wisp-guile.w
--- a/wisp-guile.w
+++ b/wisp-guile.w
@@ -482,10 +482,10 @@ let*
      let show : (processed '()) (unprocessed lisp)
          when : not : equal? unprocessed '()
              let : : next : list-ref unprocessed 0
-                 display : length processed
-                 display "/"
-                 display : length unprocessed
-                 display ": "
+                 ;display : length processed
+                 ;display "/"
+                 ;display : length unprocessed
+                 ;display ": "
                  display : xsubstring " " 0 : line-indent next
                  display : line-content next
                  unless : equal? "" : line-comment next