aboutsummaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp b/cpp
index bdc140d7..1130dd77 100755
--- a/cpp
+++ b/cpp
@@ -18,7 +18,7 @@ exec $GUILE -e main -s "$0" "$@"
(env tokens (preprocess-string content (make-default-environment))))
(pprint-environment env (current-output-port))
(newline)
- (display "== tokens ==")
+ (display "/*** tokens ***/")
(newline)
(display (unlex tokens))
(newline)