From 88e863c90bb63e62e4a19645cc50b7eb63fe046a Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 10 Mar 1997 15:21:56 +0000 Subject: [PATCH] Added setting of keyword type. --- ice-9/gtcl.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ice-9/gtcl.scm b/ice-9/gtcl.scm index 19b253a63..bacccb043 100644 --- a/ice-9/gtcl.scm +++ b/ice-9/gtcl.scm @@ -26,6 +26,8 @@ (define-module (ice-9 gtcl) :use-module (ice-9 debug)) +(read-set! keywords 'prefix) + (define-public TCL_VERSION "7.4") (define-public TCL_MAJOR_VERSION 7) (define-public TCL_MINOR_VERSION 4)