]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
parser_const_string now uses hashtables; hashtables may want to dup an empty string...
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 17 Apr 2013 16:23:30 +0000 (18:23 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 17 Apr 2013 16:23:30 +0000 (18:23 +0200)
commit46752af74b8553b4a0a6d8928a823289308c6f8a
treee66982638e007c94dfcc37ebb7d2d80582e1e036
parent8f2a22b8c35470e5a59db42ea346d06480f25b81
parser_const_string now uses hashtables; hashtables may want to dup an empty string without it becoming NULL - also replacing ir_strdup with the new util_ one
gmqcc.h
ir.c
parser.c
test.c
util.c