]> git.xonotic.org Git - xonotic/gmqcc.git/commit
static variables now don't get re-initialized in functions; cannot be initialized...
authorWolfgang Bumiller <wry.git@bumiller.com>
Thu, 28 Nov 2013 11:04:01 +0000 (12:04 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Thu, 28 Nov 2013 11:04:01 +0000 (12:04 +0100)
commitc3cc6f184e6bab86402289609ddd57ce733a7812
treea6f6d105ab08fdf4d3a449acef1b20904ae8d4ba
parentbf127088ca64c81b1c7ec68784c29bca5aaf5db8
static variables now don't get re-initialized in functions; cannot be initialized with non-constants anymore; and a counter has been added so you can use the same name in a different scope for another static variable again.
ast.c
ast.h
parser.c