From d46183860c1f3f10095e95023adcb79b1896ab0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 22 Mar 2019 20:11:11 +0100 Subject: Move C and Scheme code into subdirs. --- vcalendar/primitive.scm | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vcalendar/primitive.scm (limited to 'vcalendar/primitive.scm') diff --git a/vcalendar/primitive.scm b/vcalendar/primitive.scm deleted file mode 100644 index fdce550c..00000000 --- a/vcalendar/primitive.scm +++ /dev/null @@ -1,21 +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-type - - %vcomponent-set-attribute! - %vcomponent-get-attribute - - %vcomponent-attribute-list - - %vcomponent-shallow-copy)) - -(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename)))) -(load-extension "libguile-calendar" "init_lib") -- cgit v1.2.3