Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/ffs @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | 25fd80a52583 |
children |
rev | line source |
---|---|
15390 | 1 Description: |
2 Finds the index of the least-significant set bit. | |
3 | |
4 Files: | |
5 lib/ffs.c | |
6 m4/ffs.m4 | |
7 | |
8 Depends-on: | |
9 strings | |
10 | |
11 configure.ac: | |
12 gl_FUNC_FFS | |
13 if test $HAVE_FFS = 0; then | |
14 AC_LIBOBJ([ffs]) | |
15 fi | |
16 gl_STRINGS_MODULE_INDICATOR([ffs]) | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
21 <strings.h> | |
22 | |
23 License: | |
24 LGPLv2+ | |
25 | |
26 Maintainer: | |
27 Eric Blake |