1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

libguile/scm.h: Allow compilation with ‘-Werror=undef’.

* libguile/scm.h: BUILDING_LIBGUILE is not always defined. This is
signaled by -Werror=undef in code using libguile. This patch fixes
commit dc3a3a84f9
* NEWS: Update.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hannes Müller 2024-12-21 19:20:17 +01:00 committed by Ludovic Courtès
parent 5abb24efe4
commit ff4d79074c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 4 additions and 2 deletions

2
NEWS
View file

@ -78,6 +78,8 @@ every line in a file.
available or the port isn't a tty).
** Fix build error when cross-compiling to MinGW
(<https://bugs.gnu.org/75642>)
** Change <libguile/scm.h> to allow compilation with -Werror=undef
(<https://bugs.gnu.org/75085>)
Changes in 3.0.10 (since 3.0.9)