Bogus fix.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@241 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
af22860c64
commit
6bd099a854
1 changed files with 1 additions and 0 deletions
|
|
@ -661,6 +661,7 @@ check_id(DOH *s)
|
|||
break;
|
||||
case 1:
|
||||
if ((c == 'L') || (c == 'U') || (c == 'F') || (c == 'l') || (c == 'u')) state = 2;
|
||||
else if ((c == 'x') || (c == 'X')) state = 1;
|
||||
else if (isidentifier(c)) return 1;
|
||||
else if (!isdigit(c)) state = 0;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue