Removed C++ comments.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@607 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6bc7b11a9b
commit
057f317046
2 changed files with 307 additions and 308 deletions
|
|
@ -54,7 +54,7 @@ int emit_args(DataType *rt, ParmList *l, Wrapper *f) {
|
|||
if (tm) {
|
||||
Printv(f->code,tm,"\n",0);
|
||||
}
|
||||
// Check for ignore or default typemaps
|
||||
/* Check for ignore or default typemaps */
|
||||
tm = typemap_lookup((char*)"default",typemap_lang,pt,pname,(char*)"",lname,f);
|
||||
if (tm) {
|
||||
Printv(f->code,tm,"\n",0);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue