summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-12 02:20:14 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-12 02:20:14 +0100
commit3bb3672f4a2f448d7e0e7475147c134ba1993a80 (patch)
treeb008d1c2718e1898e1499a7e10a8453e808d75de
parentfa4e0bc54a0c6cf21efd7d74bf82dca97fb96b6c (diff)
downloadgeiser-guile-3bb3672f4a2f448d7e0e7475147c134ba1993a80.tar.gz
geiser-guile-3bb3672f4a2f448d7e0e7475147c134ba1993a80.tar.bz2
Better EOT token for more robust communication
-rw-r--r--geiser/evaluation.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/geiser/evaluation.scm b/geiser/evaluation.scm
index 305ccfd..d7d0a68 100644
--- a/geiser/evaluation.scm
+++ b/geiser/evaluation.scm
@@ -50,6 +50,7 @@
(define (write-result result output)
(write (list (cons 'result result) (cons 'output output)))
+ (write-char #\nul)
(newline))
(define (call-with-result thunk)