more fixes to use one line macro when possible

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8769 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-10 09:00:00 +00:00
commit 91462765db
4 changed files with 21 additions and 36 deletions

View file

@ -1763,7 +1763,7 @@ Preprocessor_parse(String *s)
Seek(value,0,SEEK_SET);
Preprocessor_define(value,1);
}
StringPutc('\n',ns);
/* StringPutc('\n',ns);*/
addline(ns,value,0);
state = 0;
}