Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xstrtoimax @ 17448:b3516a31a386
regex: port to --with-included-regex --enable-gcc-warnings non-threaded
* lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid
gcc warnings in the non-threaded case. Reported by Charlie Brown in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Jul 2013 11:35:01 -0700 |
parents | 19c2e5121b2f |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Convert string to 'intmax_t', with error checking. |
4110 | 3 |
4 Files: | |
5 lib/xstrtoimax.c | |
6 | |
7 Depends-on: | |
8 xstrtol | |
9 strtoimax | |
10 | |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 lib_SOURCES += xstrtoimax.c | |
15 | |
16 Include: | |
17 "xstrtol.h" | |
18 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
19 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
20 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
21 |
4197 | 22 Maintainer: |
23 Paul Eggert |