From af0a5387b31eec10f6660bc926e696e45f5ec756 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 7 Apr 2012 23:00:32 -0700 Subject: * lib.c: Revert earlier change: config.h must be included before the section because that header is conditionally included based on one of the config constants. --- ChangeLog | 6 ++++++ lib.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abedc1ed..2c06987f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-04-07 Kaz Kylheku + + * lib.c: Revert earlier change: config.h must be included before the + section because that header is conditionally included + based on one of the config constants. + 2012-04-07 Kaz Kylheku Fixes to get configure ccname=g++ working on OSX Lion. diff --git a/lib.c b/lib.c index 30ac7d8d..51c584b0 100644 --- a/lib.c +++ b/lib.c @@ -36,11 +36,11 @@ #include #include #include +#include "config.h" #ifdef HAVE_GETENVIRONMENTSTRINGS #define NOMINMAX #include #endif -#include "config.h" #include "lib.h" #include "gc.h" #include "arith.h" -- cgit v1.2.3