From b21e68b7ca756dea896592753ffb84f5cff9ba3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 19 May 2005 09:42:55 +0000 Subject: hopefully fixed the makesource-process for other platforms svn path=/trunk/externals/zexy/; revision=3025 --- src/makesymbol.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/makesymbol.c') diff --git a/src/makesymbol.c b/src/makesymbol.c index 662089a..fecb241 100644 --- a/src/makesymbol.c +++ b/src/makesymbol.c @@ -144,3 +144,8 @@ void makesymbol_setup(void) class_sethelpsymbol(makesymbol_class, gensym("zexy/makesymbol")); zexy_register("makesymbol"); } + +void z_makesymbol_setup(void) +{ + makesymbol_setup(); +} -- cgit v1.2.1