aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.scm.c__
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-18 22:39:56 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-18 22:39:56 +0100
commit33fa5b5d0c512c72c1d50b9420a36431cd10eb5d (patch)
tree6642ec876ecd15ce62f83075d7f9d261050fe3a6 /guile_interface.scm.c__
parentStart rework of guile interface. (diff)
downloadcalp-33fa5b5d0c512c72c1d50b9420a36431cd10eb5d.tar.gz
calp-33fa5b5d0c512c72c1d50b9420a36431cd10eb5d.tar.xz
Made to compile as C++.
Diffstat (limited to '')
-rw-r--r--guile_interface.scm.c__ (renamed from guile_interface.scm.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile_interface.scm.c b/guile_interface.scm.c__
index 6aeeba66..e86504be 100644
--- a/guile_interface.scm.c
+++ b/guile_interface.scm.c__
@@ -63,7 +63,7 @@ SCM_DEFINE (vcomponent_child_count, "vcomponent-child-count", 1, 0, 0,
return scm_from_size_t (SIZE(VECT(vcomponent))(&c->components));
}
-/* TODO This currently returns a new foreign object each time I call it. */
+/* TODO This currently returns a new_ foreign object each time I call it. */
SCM_DEFINE(vcomponent_children, "vcomponent-children", 1, 0, 0,
(SCM component),
"")