diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:27:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:27:05 +0000 |
commit | b44629ad9c25672144b704537a9c6745afd7bc39 (patch) | |
tree | 03c8aac812988cee38a264245a2a9844d0ce315d /actypes.m4 | |
parent | Releasing progress-linux version 2.52+20231210-1~progress7.99u1. (diff) | |
download | autoconf-dickey-b44629ad9c25672144b704537a9c6745afd7bc39.tar.xz autoconf-dickey-b44629ad9c25672144b704537a9c6745afd7bc39.zip |
Merging upstream version 2.52+20240618.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'actypes.m4')
-rw-r--r-- | actypes.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # This file is part of Autoconf. -*- Autoconf -*- # Type related macros: existence, sizeof, and structure members. #------------------------------------------------------------------------------ -# Copyright 2020-2022,2023 Thomas E. Dickey +# Copyright 2020-2023,2024 Thomas E. Dickey # Copyright 2000, 2001 # Free Software Foundation, Inc. # @@ -324,7 +324,7 @@ AC_DEFUN([AC_TYPE_SIGNAL], #endif extern void (*signal (int, void (*)(int)))(int); ], - [int i; (void) i])], + [int i = 0; (void) i])], [ac_cv_type_signal=void], [ac_cv_type_signal=int])]) AC_DEFINE_UNQUOTED(RETSIGTYPE, $ac_cv_type_signal, |