$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58356 - trunk/boost/spirit/include
From: hartmut.kaiser_at_[hidden]
Date: 2009-12-13 11:40:16
Author: hkaiser
Date: 2009-12-13 11:40:15 EST (Sun, 13 Dec 2009)
New Revision: 58356
URL: http://svn.boost.org/trac/boost/changeset/58356
Log:
Spirit: fixed include guard problem
Text files modified:
trunk/boost/spirit/include/version.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/spirit/include/version.hpp
==============================================================================
--- trunk/boost/spirit/include/version.hpp (original)
+++ trunk/boost/spirit/include/version.hpp 2009-12-13 11:40:15 EST (Sun, 13 Dec 2009)
@@ -6,8 +6,8 @@
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
-#if !defined(SPIRIT_VERSION)
-#define SPIRIT_VERSION
+#if !defined(SPIRIT_VERSION_INCLUDED)
+#define SPIRIT_VERSION_INCLUDED
///////////////////////////////////////////////////////////////////////////////
//