$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53538 - branches/release/libs/spirit/classic/doc
From: hartmut.kaiser_at_[hidden]
Date: 2009-06-01 10:53:12
Author: hkaiser
Date: 2009-06-01 10:53:12 EDT (Mon, 01 Jun 2009)
New Revision: 53538
URL: http://svn.boost.org/trac/boost/changeset/53538
Log:
Spirit.Classic: fixing #3066
Text files modified: 
   branches/release/libs/spirit/classic/doc/debugging.html |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/spirit/classic/doc/debugging.html
==============================================================================
--- branches/release/libs/spirit/classic/doc/debugging.html	(original)
+++ branches/release/libs/spirit/classic/doc/debugging.html	2009-06-01 10:53:12 EDT (Mon, 01 Jun 2009)
@@ -189,7 +189,7 @@
 <p>Here's the original calculator with debugging features enabled:</p>
 <pre>
     <code><span class=preprocessor>#define </span><span class=identifier>BOOST_SPIRIT_DEBUG  </span><span class=comment>///$$$ DEFINE THIS BEFORE ANYTHING ELSE $$$///
-    </span><span class=preprocessor>#include </span><span class=string>"boost/spirit.hpp"
+    </span><span class=preprocessor>#include </span><span class=string>"boost/spirit/include/classic.hpp"
 
     </span><span class=comment>/***/