]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:06:23 +0000 (09:06 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:06:23 +0000 (09:06 +0000)
commitbae2a5d7f41bf6c0fd7945b4efc471cfe8dfeba1
treed8b3d433086a344bc558f6d84d2affca231223bc
parent77438a47c0604d419777eed83a18d6f920e84ce4
(PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
(This type really should be intptr_t, but that's a C99ism.)
(_obstack_memcpy): Remove: all uses changed to memcpy.
Include <string.h> unconditionally.
(struct obstack): Assume __STDC__ for types of members
chunkfun, freefun, extra_arg.
(_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
_obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
obstack_begin, obstack_specify_allocation,
obstack_specify_allocation_with_arg, obstack_chunkfun,
obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
Remove unprototyped decls and the macros that use them.
lib/obstack.h