view modules/longlong @ 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 cd44816fe01c
children
line wrap: on
line source

Description:
Define HAVE_LONG_LONG_INT if 'long long int' works.

Files:
m4/longlong.m4

configure.ac:
AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])

License:
GPL

Maintainer:
Ben Pfaff