1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Fix build when compiled with -Wundef -Werror

(Reported by David Fang)

* libguile/inline.h: Check if __APPLE_CC__ is defined before testing
  its value.
This commit is contained in:
Neil Jerram 2009-02-05 22:03:53 +00:00
parent 1e1bffb4e7
commit a24f4637ea
3 changed files with 3 additions and 1 deletions

1
NEWS
View file

@ -12,6 +12,7 @@ Changes in 1.8.7 (since 1.8.6)
** Fix %fast-slot-ref/set!, to avoid possible segmentation fault
** Fix MinGW build problem caused by HAVE_STRUCT_TIMESPEC confusion
** Fix build problem when scm_t_timespec is different from struct timespec
** Fix build when compiled with -Wundef -Werror
Changes in 1.8.6 (since 1.8.5)