|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72116 - trunk/tools/wave
From: hartmut.kaiser_at_[hidden]
Date: 2011-05-22 22:02:41
Author: hkaiser
Date: 2011-05-22 22:02:40 EDT (Sun, 22 May 2011)
New Revision: 72116
URL: http://svn.boost.org/trac/boost/changeset/72116
Log:
Wave: minor edits
Text files modified:
trunk/tools/wave/cpp.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/wave/cpp.cpp
==============================================================================
--- trunk/tools/wave/cpp.cpp (original)
+++ trunk/tools/wave/cpp.cpp 2011-05-22 22:02:40 EDT (Sun, 22 May 2011)
@@ -934,7 +934,7 @@
// if -I- was given on the command line, this has to be propagated
if (ip.seen_separator)
ctx.set_sysinclude_delimiter();
-
+
// add system include directories to the include path
vector<std::string>::const_iterator sysend = ip.syspaths.end();
for (vector<std::string>::const_iterator syscit = ip.syspaths.begin();
@@ -980,7 +980,7 @@
}
#if BOOST_WAVE_USE_DEPRECIATED_PREPROCESSING_HOOKS == 0
- // suppress expansion of, specified macros
+ // suppress expansion of specified macros
if (vm.count("noexpand")) {
vector<std::string> const &noexpandmacros =
vm["noexpand"].as<vector<std::string> >();
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk