Clean up a number of obsolete autoconf-detected standard C things.

svn path=/trunk/yasm/; revision=1892
This commit is contained in:
Peter Johnson 2007-07-13 20:56:28 +00:00
parent bc7a333720
commit 69fc913eec
18 changed files with 70 additions and 151 deletions

4
util.h
View file

@ -60,6 +60,10 @@
#include <string.h>
#include <assert.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <libyasm/coretype.h>
#ifdef lint