aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar/primitive.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-23 18:03:49 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-23 18:03:49 +0200
commit8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe (patch)
tree37e49d78df0916efcb0d547e0b28b63247cfec3d /module/vcalendar/primitive.scm
parentChange event-length => event-length/day. (diff)
downloadcalp-8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe.tar.gz
calp-8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe.tar.xz
Rename module vcalendar => vcomponent.
Diffstat (limited to 'module/vcalendar/primitive.scm')
-rw-r--r--module/vcalendar/primitive.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/module/vcalendar/primitive.scm b/module/vcalendar/primitive.scm
deleted file mode 100644
index 27ae6e17..00000000
--- a/module/vcalendar/primitive.scm
+++ /dev/null
@@ -1,22 +0,0 @@
-;;; Primitive export of symbols linked from C binary.
-
-(define-module (vcalendar primitive)
- #:export (%vcomponent-children
- %vcomponent-push-child!
- %vcomponent-filter-children!
-
- %vcomponent-parent
-
- %vcomponent-make
- %vcomponent-get-type
- %vcomponent-set-type!
-
- %vcomponent-get-attribute
- %vcomponent-attribute-list
-
- %vcomponent-shallow-copy))
-
-(setenv "LD_LIBRARY_PATH"
- (string-append (dirname (dirname (dirname (current-filename))))
- "/lib"))
-(load-extension "libguile-calendar" "init_lib")