annotate modules/alloca-opt-tests @ 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 e40b5434db0e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8322
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-alloca-opt.c
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 configure.ac:
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Makefile.am:
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 TESTS += test-alloca-opt
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 check_PROGRAMS += test-alloca-opt
e40b5434db0e Tests for module 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11