]> git.llucax.com Git - software/dgc/cdgc.git/commit
Make allocation functions that can fail return bool
authorLeandro Lucarella <llucax@gmail.com>
Sun, 17 Jan 2010 00:48:12 +0000 (21:48 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 17 Jan 2010 00:57:20 +0000 (21:57 -0300)
commit5baa584e06b7cfbcdb9de30efe0092033adcd9e1
treeb61007543acc948c6c20ea04b1ea9e3f14bfc74a
parentfdc67622a72cf5863d7faa6667f5e526b524568c
Make allocation functions that can fail return bool

There is no point on returning int, since no error code is returned, just
failure or success.
gc/alloc.d
gc/gc.d