[committed] cobol: Regenerate libgcobol/config.h.h

Message ID Z9CwOKjQs7EsfRZe@tucnak
State New
Headers
Series [committed] cobol: Regenerate libgcobol/config.h.h |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_simplebootstrap_build--master-aarch64-bootstrap fail Patch failed to apply

Commit Message

Jakub Jelinek March 11, 2025, 9:50 p.m. UTC
  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
  

Patch

--- 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