revert debug break in last commit
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10873 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
09915566bc
commit
ade117d681
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ String *compose_foreign_type(SwigType *ty, String * /*id*/ = 0) {
|
|||
/* Hash *lookup_res = Swig_typemap_search("ffitype", ty, id, 0); */
|
||||
|
||||
#ifdef ALLEGROCL_TYPE_DEBUG
|
||||
Printf(stderr, "compose_foreign_type: ENTER (%s)...\n ", ty, (id ? id : 0));
|
||||
Printf(stderr, "compose_foreign_type: ENTER (%s)(%s)...\n ", ty, (id ? id : 0));
|
||||
/* String *id_ref = SwigType_str(ty, id);
|
||||
Printf(stderr, "looking up typemap for %s, found '%s'(%x)\n",
|
||||
id_ref, lookup_res ? Getattr(lookup_res, "code") : 0, lookup_res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue