aboutsummaryrefslogtreecommitdiff
path: root/module/global.scm
blob: 89b5511a9b557c83df4ec58d2562b7cd07170f7e (plain)
1
2
3
4
5
6
7
8
(define-module (global))

(define-once basedir #f)
(export basedir)

(define-once *prodid* "-//hugo//Calparse 0.9//EN")
(export *prodid*)