Mercurial > hg > octave-nkf > gnulib-hg
view modules/unistr/u32-strncpy-tests @ 17790:1313252b8540
obstack: do not assume system-supplied obstack is size_t safe
* m4/obstack.m4: New file.
* modules/obstack (Files): Add it.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 03 Nov 2014 16:36:27 -0800 |
parents | 86634e33e086 |
children |
line wrap: on
line source
Files: tests/unistr/test-u32-strncpy.c tests/unistr/test-strncpy.h tests/zerosize-ptr.h tests/macros.h m4/mmap-anon.m4 Depends-on: extensions getpagesize configure.ac: gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) Makefile.am: TESTS += test-u32-strncpy check_PROGRAMS += test-u32-strncpy test_u32_strncpy_SOURCES = unistr/test-u32-strncpy.c test_u32_strncpy_LDADD = $(LDADD) $(LIBUNISTRING)