summaryrefslogtreecommitdiffstats
path: root/actypes.m4
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:27:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:27:05 +0000
commitb44629ad9c25672144b704537a9c6745afd7bc39 (patch)
tree03c8aac812988cee38a264245a2a9844d0ce315d /actypes.m4
parentReleasing progress-linux version 2.52+20231210-1~progress7.99u1. (diff)
downloadautoconf-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.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/actypes.m4 b/actypes.m4
index 48a4d07..b7ba393 100644
--- a/actypes.m4
+++ b/actypes.m4
@@ -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,