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:
parent
b514666729
commit
754ffa9309
1 changed files with 1 additions and 0 deletions
|
|
@ -1092,6 +1092,7 @@ Preprocessor_parse(DOH *s)
|
|||
Putc(c,decl);
|
||||
state = 110;
|
||||
} else {
|
||||
Putc('%',chunk);
|
||||
Putc(c,chunk);
|
||||
state = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue