Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2007-10-04 11:01:24


Author: hkaiser
Date: 2007-10-04 11:01:23 EDT (Thu, 04 Oct 2007)
New Revision: 39684
URL: http://svn.boost.org/trac/boost/changeset/39684

Log:
Wave: Changed an error text.
Text files modified:
   trunk/boost/wave/cpplexer/cpplexer_exceptions.hpp | 4 ++--
   trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp | 2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/wave/cpplexer/cpplexer_exceptions.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/cpplexer_exceptions.hpp (original)
+++ trunk/boost/wave/cpplexer/cpplexer_exceptions.hpp 2007-10-04 11:01:23 EDT (Thu, 04 Oct 2007)
@@ -232,8 +232,8 @@
             "this universal character is not allowed in an identifier", // universal_char_not_allowed
             "long long suffixes are not allowed in pure C++ mode, "
             "enable long_long mode to allow these", // invalid_long_long_literal
- "generic lexing error", // generic_lexing_error
- "generic lexing warning" // generic_lexing_warning
+ "generic lexer error", // generic_lexing_error
+ "generic lexer warning" // generic_lexing_warning
         };
         return preprocess_exception_errors[code];
     }

Modified: trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp
==============================================================================
--- trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp (original)
+++ trunk/libs/wave/test/testwave/testfiles/t_6_067.cpp 2007-10-04 11:01:23 EDT (Thu, 04 Oct 2007)
@@ -16,7 +16,7 @@
 // Tests error reporting: undefined behavior: End of a source file with an
 // unterminated comment.
 
-//E t_6_067.hpp(48): warning: generic lexing warning: Unterminated 'C' style comment
+//E t_6_067.hpp(48): warning: generic lexer warning: Unterminated 'C' style comment
 #include "t_6_067.hpp"
 
 //R #line 19 "t_6_067.hpp"


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