Fixed scanning problem with '%' tokens (they were mysteriously disappearing in added methods and elsewhere).

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@849 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-18 01:40:45 +00:00
commit 754ffa9309

View file

@ -1092,6 +1092,7 @@ Preprocessor_parse(DOH *s)
Putc(c,decl);
state = 110;
} else {
Putc('%',chunk);
Putc(c,chunk);
state = 1;
}