'$' is now its own token, used for modeldata

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-16 20:03:53 +02:00
parent bf161e3919
commit 91ee7658a6

View file

@ -497,6 +497,8 @@ int lex_do(lex_file *lex)
case '[':
case ']':
case '$':
case '#':
if (!lex_tokench(lex, ch) ||
!lex_endtoken(lex))