removed bug for identifiers starting with L
This commit is contained in:
parent
ed8602e247
commit
fb0d4e37df
@ -233,11 +233,12 @@ preprocess(fn)
|
||||
}
|
||||
continue;
|
||||
case STELL:
|
||||
c = GetChar();
|
||||
UnGetChar();
|
||||
if (c == '"' || c == '\'') {
|
||||
echo(c);
|
||||
echo('L');
|
||||
continue;
|
||||
}
|
||||
UnGetChar();
|
||||
c = 'L';
|
||||
case STIDF: {
|
||||
extern int idfsize; /* ??? */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user