aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-25 22:59:53 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-25 22:59:53 +0100
commit6355700d4101a6e515311c96bf8e25bb1bb51d92 (patch)
tree01b362d60f6fa58d55a0bd1e76e2c3194d2b5b1e /guile_interface.h
parentReenable guile stuff. (diff)
downloadcalp-6355700d4101a6e515311c96bf8e25bb1bb51d92.tar.gz
calp-6355700d4101a6e515311c96bf8e25bb1bb51d92.tar.xz
Add scm field to strbuf.
Diffstat (limited to 'guile_interface.h')
-rw-r--r--guile_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/guile_interface.h b/guile_interface.h
index 91e25a72..4864407f 100644
--- a/guile_interface.h
+++ b/guile_interface.h
@@ -3,6 +3,8 @@
#include <libguile.h>
+#define SCM_IS_LIST(x) scm_is_true(scm_list_p(x))
+
void init_vcomponent ();
void init_vcomponent_type (void);