Cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@398 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6ec154cd2d
commit
38aed58bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ static DOH *find_key(char *c) {
|
|||
if (d < 0) r = r->left;
|
||||
else r = r->right;
|
||||
}
|
||||
fprintf(stderr,"Interning '%s'\n", c);
|
||||
/* fprintf(stderr,"Interning '%s'\n", c);*/
|
||||
r = (KeyValue *) DohMalloc(sizeof(KeyValue));
|
||||
r->cstr = (char *) DohMalloc(strlen(c)+1);
|
||||
strcpy(r->cstr,c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue