]> granicus.if.org Git - yasm/commit
Use autoconf to determine when to include our implementation of strdup, so
authorPeter Johnson <peter@tortall.net>
Thu, 28 Jun 2001 08:48:32 +0000 (08:48 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 28 Jun 2001 08:48:32 +0000 (08:48 -0000)
commit6b932274826502ec8715c1195771263b1c7cda74
treea78b1d9dd00ef4825404a4202ab8ab68e9b0e788
parent96f144ba06f1286ec595467b9f579094c96f3ba8
Use autoconf to determine when to include our implementation of strdup, so
remove util.c and create strdup.c.  Make util.h, strdup.c, and several source
files use config.h defines.

svn path=/trunk/yasm/; revision=61
13 files changed:
configure.ac
configure.in
include/util.h
libyasm/errwarn.c
libyasm/util.h
modules/parsers/nasm/token.l.in
src/Makefile.am
src/errwarn.c
src/parsers/nasm/token.l.in
src/token.l.in
src/util.c [deleted file]
src/util.h
util.h