Patch level : 10.0 396
Files correlati : Ricompilazione Demo : [ ] Commento Aggiornamenti all invio a zucchetti (nuove tabelle) git-svn-id: svn://10.65.10.50/trunk@19154 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d38238bbcd
commit
6cd4a967da
@ -944,11 +944,18 @@ TCodesym TExpression::__gettoken()
|
||||
else
|
||||
return _invalid; // Non e' una -> (freccia)
|
||||
}
|
||||
while (isalnum(*_s) || (*_s == '[') ||
|
||||
while (isalnum(*_s) || (*_s == '-') || (*_s == '[') ||
|
||||
(*_s == ':') || (*_s == '_') || (*_s == '.') ||
|
||||
(square_bracket && (*_s == ',' || *_s == ']'))
|
||||
)
|
||||
{
|
||||
if (*_s == '-')
|
||||
{
|
||||
if (_s[1] != '>') break;
|
||||
_tok[i++] = *(_s++);
|
||||
_tok[i++] = *(_s++);
|
||||
sym = _variable;
|
||||
} else
|
||||
if (*_s == '[')
|
||||
{
|
||||
sym = _variable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user