aboutsummaryrefslogtreecommitdiff
path: root/src/a2l.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-05-19 09:42:55 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-05-19 09:42:55 +0000
commitb21e68b7ca756dea896592753ffb84f5cff9ba3a (patch)
tree07bfb5f62c8088160229327186a957c70825d4df /src/a2l.c
parente145ae58b67cd07ed7371b77a042a65819d1a546 (diff)
hopefully fixed the makesource-process for other platforms
svn path=/trunk/externals/zexy/; revision=3025
Diffstat (limited to 'src/a2l.c')
-rw-r--r--src/a2l.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/a2l.c b/src/a2l.c
index 8b8efbe..4e0f6d4 100644
--- a/src/a2l.c
+++ b/src/a2l.c
@@ -88,3 +88,8 @@ void a2l_setup(void)
class_sethelpsymbol(a2l_class, gensym("zexy/any2list"));
zexy_register("a2l");
}
+
+void z_a2l_setup(void)
+{
+ a2l_setup();
+}