Mercurial > hg > octave-lojdl > gnulib-hg
view modules/stdbool @ 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 | 662ae53d8d37 |
children | 6758fa38915e |
line wrap: on
line source
Description: An <stdbool.h> that nearly conforms to C99. (Nearly: casts to bool may not work.) Files: lib/stdbool.in.h m4/stdbool.m4 Depends-on: configure.ac: AM_STDBOOL_H Makefile.am: BUILT_SOURCES += $(STDBOOL_H) # We need the following in order to create <stdbool.h> when the system # doesn't have one that works. if GL_GENERATE_STDBOOL_H stdbool.h: stdbool.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ } > $@-t && \ mv $@-t $@ else stdbool.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdbool.h stdbool.h-t Include: <stdbool.h> License: LGPLv2+ Maintainer: Bruno Haible