Mercurial > hg > octave-lojdl > gnulib-hg
view modules/lib-symbol-visibility @ 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 | 33d35e3624cd |
children |
line wrap: on
line source
Description: Control of symbols exported by shared libraries. Notice: The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the compilation of all sources that make up the library. Files: m4/visibility.m4 Depends-on: configure.ac: gl_VISIBILITY Makefile.am: # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the # compilation of all sources that make up the library. This line here does it # only for the gnulib part of it. The developer is responsible for adding # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library. AM_CFLAGS += $(CFLAG_VISIBILITY) Include: License: unlimited Maintainer: Bruno Haible