]> git.xonotic.org Git - xonotic/gmqcc.git/commit
assignable return value now lives in ast_function, as globals can get overwritten...
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 29 May 2013 14:51:59 +0000 (16:51 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 29 May 2013 14:51:59 +0000 (16:51 +0200)
commitafdc0c9dc8c0e71130ee458136415dfd76ac6ab9
tree231c02d962e8973b9a2fd54942fbab29f39253ed
parentdb6ca6c5f8abb2272c9f72bd820fd650bed0783a
assignable return value now lives in ast_function, as globals can get overwritten randomly; removed parser_find_retval; updated parse_return
ast.c
ast.h
parser.c