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:
Dave Beazley 2000-07-24 22:12:20 +00:00
commit 057f317046
2 changed files with 307 additions and 308 deletions

View file

@ -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