1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

Added setting of keyword type.

This commit is contained in:
Mikael Djurfeldt 1997-03-10 15:21:56 +00:00
parent 90268b356b
commit 88e863c90b

View file

@ -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)