diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-02 17:14:26 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-02 17:14:26 +0000 |
commit | b78bad9945a4af7a3b68cc100cbbc7baf9a91580 (patch) | |
tree | f2c9003806b59f8ef61e7b6c1da7ceec64f91c58 /tcl_loader.c | |
parent | 44f29524444a96d9e40a76f48750f17e2fdc2974 (diff) |
fix makefile, and the remainings of the c++ -> c conversion
svn path=/trunk/externals/loaders/tclpd/; revision=15444
Diffstat (limited to 'tcl_loader.c')
-rw-r--r-- | tcl_loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl_loader.c b/tcl_loader.c index 2dad0d1..184eb20 100644 --- a/tcl_loader.c +++ b/tcl_loader.c @@ -2,7 +2,7 @@ #include <string.h> #include <unistd.h> -extern "C" int tclpd_do_load_lib(t_canvas *canvas, char *objectname) { +extern int tclpd_do_load_lib(t_canvas *canvas, char *objectname) { #ifdef DEBUG post("Tcl loader: registering tcl class loader mechanism"); #endif |