aboutsummaryrefslogtreecommitdiff
path: root/module/global.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 19:55:38 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 19:55:38 +0200
commitb11f368494ddfacebe72e586bc276f7c0f0c5678 (patch)
tree62176478d483750799ee912fb4e8acd31dba6ef0 /module/global.scm
parentRemove git module. (diff)
downloadcalp-b11f368494ddfacebe72e586bc276f7c0f0c5678.tar.gz
calp-b11f368494ddfacebe72e586bc276f7c0f0c5678.tar.xz
Remove (@ (global) basedir).
Diffstat (limited to 'module/global.scm')
-rw-r--r--module/global.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/global.scm b/module/global.scm
index 89b5511a..a38a5d21 100644
--- a/module/global.scm
+++ b/module/global.scm
@@ -1,8 +1,5 @@
(define-module (global))
-(define-once basedir #f)
-(export basedir)
-
(define-once *prodid* "-//hugo//Calparse 0.9//EN")
(export *prodid*)