On Tue, Mar 11, 2025 at 06:37:16PM +0000, Jonathan Wakely wrote:
> I'm guessing this was Jakub's r15-7960-g09c2a0ab94e1e7

Yes, sorry.

I forgot to regenerate config.h.in when changing configure.ac,
and nothing was really using the macro in the C++ sources,
it is only used in configure.tgt.

Committed to trunk as obvious.

2025-03-11  Jakub Jelinek  <ja...@redhat.com>

        * config.h.in: Regenerate.

--- libgcobol/config.h.in.jj    2025-03-11 09:18:22.127128361 +0100
+++ libgcobol/config.h.in       2025-03-11 22:46:38.351234436 +0100
@@ -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
 

        Jakub

Reply via email to