aboutsummaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-23 20:44:05 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-23 20:49:19 +0200
commit08b84c6b42312aa2bb4d854367b4a17cafcf28c2 (patch)
tree761d997180ca5d40f0481c1a63fd07728b7ddb69 /cpp
parentIntroduce key: to define-type. (diff)
downloadcalp-08b84c6b42312aa2bb4d854367b4a17cafcf28c2.tar.gz
calp-08b84c6b42312aa2bb4d854367b4a17cafcf28c2.tar.xz
Merge cpp-environment sub-modules into main module.
The modules where sepparate before to allow multiple objects to share keys for the constructor. This is not needed any more since the introduction of key: to define-type.
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)