]> git.sur5r.net Git - cc65/commit
Added a tpool module that implements a global pool for generic types, so we
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 22 Aug 2011 17:53:00 +0000 (17:53 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 22 Aug 2011 17:53:00 +0000 (17:53 +0000)
commitb064002266b184b6d10d54c44a596e03b3d3ec76
treec3789b7f79af86912c4be40ebeb7302f3c408f09
parentfda7934e68b0831c9cff6cf6e1119c883e6e990a
Added a tpool module that implements a global pool for generic types, so we
can merge duplicate ones and assign them global ids.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5262 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ld65/make/gcc.mak
src/ld65/make/watcom.mak
src/ld65/tpool.c [new file with mode: 0644]
src/ld65/tpool.h [new file with mode: 0644]