]> granicus.if.org Git - yasm/commit
Add xfree() to replace calls to free().
authorPeter Johnson <peter@tortall.net>
Mon, 29 Oct 2001 00:11:14 +0000 (00:11 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 29 Oct 2001 00:11:14 +0000 (00:11 -0000)
commit6f708e30340f5f186a609ef88b4f2957b6068faf
tree0f954c32309157b29988a0046e5d04e270d594a4
parentadf5a95e89b5d047b8c5e8c028e243bc84678246
Add xfree() to replace calls to free().
This also fixes the build breakage caused by removing stdlib includes.

svn path=/trunk/yasm/; revision=298
27 files changed:
libyasm/bitvect.c
libyasm/bytecode.c
libyasm/errwarn.c
libyasm/expr.c
libyasm/floatnum.c
libyasm/intnum.c
libyasm/mergesort.c
libyasm/symrec.c
libyasm/util.h
libyasm/xmalloc.c
mergesort.c
modules/arch/x86/expr.c
modules/arch/x86/x86expr.c
src/arch/x86/expr.c
src/arch/x86/x86expr.c
src/bitvect.c
src/bytecode.c
src/errwarn.c
src/expr.c
src/floatnum.c
src/intnum.c
src/mergesort.c
src/symrec.c
src/ternary.c
src/util.h
src/xmalloc.c
util.h