From 91ee7658a682576546061bde64be14bd9adaf7a0 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Thu, 16 Aug 2012 20:03:53 +0200 Subject: [PATCH] '$' is now its own token, used for modeldata --- lexer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lexer.c b/lexer.c index 382512d..94e0cbb 100644 --- a/lexer.c +++ b/lexer.c @@ -497,6 +497,8 @@ int lex_do(lex_file *lex) case '[': case ']': + case '$': + case '#': if (!lex_tokench(lex, ch) || !lex_endtoken(lex)) -- 2.39.2