]> granicus.if.org Git - yasm/commit
Avoid warnings in strsep due to glibc's bits/string2.h string inlining by
authorPeter Johnson <peter@tortall.net>
Sat, 12 Jul 2003 19:44:30 +0000 (19:44 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 12 Jul 2003 19:44:30 +0000 (19:44 -0000)
commit2748972397ec7adfd98b2360e54e9558bbafc0d9
tree35f91afa128b168a43f662eeabc8c69096928371
parent7071b20131907fb186e8bc47a33d250340b380eb
Avoid warnings in strsep due to glibc's bits/string2.h string inlining by
defining __NO_STRING_INLINES in strsep.c.  Due to string.h inclusion in
util.h, extra level of indirection is needed
(NO_STRING_INLINES->__NO_STRING_INLINES).

svn path=/trunk/yasm/; revision=1004
libyasm/strsep.c
util.h