summaryrefslogtreecommitdiff
path: root/lib/obstack.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-10 09:06:23 +0000
committerJim Meyering <jim@meyering.net>2003-09-10 09:06:23 +0000
commitbae2a5d7f41bf6c0fd7945b4efc471cfe8dfeba1 (patch)
treed8b3d433086a344bc558f6d84d2affca231223bc /lib/obstack.c
parent77438a47c0604d419777eed83a18d6f920e84ce4 (diff)
downloadcoreutils-bae2a5d7f41bf6c0fd7945b4efc471cfe8dfeba1.tar.xz
(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.
Diffstat (limited to 'lib/obstack.c')
0 files changed, 0 insertions, 0 deletions