diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-11 22:47:26 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-11 22:47:26 +0100 |
commit | 799ed87bcf6b5bede87311717adac5fb88fd7722 (patch) | |
tree | 07bb707823b768b42d75ba20e38f53bf0f5d6a49 | |
parent | 0bbdffc5d4f723f6a41b713519b156ea46ce5fc8 (diff) | |
download | gcc-799ed87bcf6b5bede87311717adac5fb88fd7722.zip gcc-799ed87bcf6b5bede87311717adac5fb88fd7722.tar.gz gcc-799ed87bcf6b5bede87311717adac5fb88fd7722.tar.bz2 |
cobol: Regenerate libgcobol/config.h.h
I forgot to regenerate config.h.in when changing configure.ac.
2025-03-11 Jakub Jelinek <jakub@redhat.com>
* config.h.in: Regenerate.
-rw-r--r-- | libgcobol/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcobol/config.h.in b/libgcobol/config.h.in index c9095ff..39b2044 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 |