From: Dale Weiler Date: Wed, 6 Feb 2013 05:38:34 +0000 (+0000) Subject: add todo X-Git-Tag: before-library~146 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3dc8e9bb9c7760e4b1bc9c6c246a2cb52bc10994;p=xonotic%2Fgmqcc.git add todo --- diff --git a/parser.c b/parser.c index 4ba08b4..80b9522 100644 --- a/parser.c +++ b/parser.c @@ -5276,6 +5276,10 @@ static bool parse_variable(parser_t *parser, ast_block *localblock, bool nofield } } else { util_htset(parser->aliases, var->name, (void*)var->desc); + /* + * TODO: vector, find . or _ (last of), and build + * [._]x, [._]y, [._]z aliases too. + */ } } } else {