Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/cpp_tokens/slex/cpp_slex_lexer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace lexer {
// The following numbers are the array sizes of the token regex's which we
// need to specify to make the CW compiler happy (at least up to V9.5).
#if BOOST_WAVE_SUPPORT_MS_EXTENSIONS != 0
#define INIT_DATA_SIZE 175
#define INIT_DATA_SIZE 176
#else
#define INIT_DATA_SIZE 159
#endif
Expand Down
2 changes: 1 addition & 1 deletion samples/list_includes/lexertl/lexertl_lexer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace boost { namespace wave { namespace cpplexer { namespace lexertl
// The following numbers are the array sizes of the token regex's which we
// need to specify to make the CW compiler happy (at least up to V9.5).
#if BOOST_WAVE_SUPPORT_MS_EXTENSIONS != 0
#define INIT_DATA_SIZE 176
#define INIT_DATA_SIZE 177
#else
#define INIT_DATA_SIZE 160
#endif
Expand Down
Loading