]> granicus.if.org Git - flex/commit
provide malloc() and realloc() for systems that do not have satisfactory versions...
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 21 Mar 2012 18:36:28 +0000 (18:36 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 21 Mar 2012 18:36:28 +0000 (18:36 +0000)
commit83f0c4cac94bfaab45ae5d1c227d0af30b5ff9bf
tree6cf9cb937b7aca96417bc2cb16a50d454c979342
parent0b1924073865a1124ba0d4813fc701653d6eb424
provide malloc() and realloc() for systems that do not have satisfactory versions; resolves #1899047
Makefile.am
configure.in
lib/Makefile.am [new file with mode: 0644]
lib/lib.c [new file with mode: 0644]
lib/malloc.c [new file with mode: 0755]
lib/realloc.c [new file with mode: 0644]