diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-19 09:42:55 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-19 09:42:55 +0000 |
commit | b21e68b7ca756dea896592753ffb84f5cff9ba3a (patch) | |
tree | 07bfb5f62c8088160229327186a957c70825d4df /src/list2int.c | |
parent | e145ae58b67cd07ed7371b77a042a65819d1a546 (diff) |
hopefully fixed the makesource-process for other platforms
svn path=/trunk/externals/zexy/; revision=3025
Diffstat (limited to 'src/list2int.c')
-rw-r--r-- | src/list2int.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/list2int.c b/src/list2int.c index af14812..09f6333 100644 --- a/src/list2int.c +++ b/src/list2int.c @@ -79,3 +79,13 @@ void list2int_setup(void) class_sethelpsymbol(list2int_class, gensym("zexy/list2int")); zexy_register("list2int"); } + +void l2i_setup(void) +{ + list2int_setup(); +} + +void z_list2int_setup(void) +{ + list2int_setup(); +} |