[committed] cobol: Regenerate libgcobol/config.h.h
Checks
Commit Message
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 <jakub@redhat.com>
* config.h.in: Regenerate.
Jakub
@@ -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