From 799ed87bcf6b5bede87311717adac5fb88fd7722 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 11 Mar 2025 22:47:26 +0100 Subject: [PATCH] cobol: Regenerate libgcobol/config.h.h I forgot to regenerate config.h.in when changing configure.ac. 2025-03-11 Jakub Jelinek * config.h.in: Regenerate. --- libgcobol/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libgcobol/config.h.in b/libgcobol/config.h.in index c9095ff8906..39b20448078 100644 --- a/libgcobol/config.h.in +++ b/libgcobol/config.h.in @@ -61,6 +61,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -- 2.47.3