comparison modules/strsep @ 8054:aa8abb5db935

Enforce the use of gnulib modules for unportable <string.h> functions.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Feb 2007 00:29:52 +0000
parents a1d177cd9523
children 404dc8725caf
comparison
equal deleted inserted replaced
8053:cae55a1e8678 8054:aa8abb5db935
9 string 9 string
10 strpbrk 10 strpbrk
11 11
12 configure.ac: 12 configure.ac:
13 gl_FUNC_STRSEP 13 gl_FUNC_STRSEP
14 gl_STRING_MODULE_INDICATOR([strsep])
14 15
15 Makefile.am: 16 Makefile.am:
16 17
17 Include: 18 Include:
18 <string.h> 19 <string.h>