merge rev 13009-13025 (up to swig-2.0.6) from trunk to gsoc2008-cherylfoil

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@13045 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-05-07 18:22:21 +00:00
commit ce1891a6c3
18 changed files with 186 additions and 100 deletions

View file

@ -4602,7 +4602,7 @@ private:
co = c + Len(nspace);
while (*c && (c != co)) {
if ((*c == '.')) {
if (*c == '.') {
break;
}
c++;