2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-24 18:32:38 +00:00

Pending changes...

[SVN r35212]
This commit is contained in:
Hartmut Kaiser
2006-09-19 17:13:50 +00:00
parent 5d100b89e2
commit 58632a79e1
2 changed files with 11 additions and 19 deletions

View File

@@ -813,12 +813,8 @@ int error_count = 0;
if (is_interactive) {
// if interactive we don't warn for missing endif's etc.
ctx.set_language(boost::wave::set_support_options(ctx.get_language(),
(boost::wave::language_support)(
boost::wave::get_support_options(ctx.get_language()) |
boost::wave::support_option_single_line)
)
);
ctx.set_language(
boost::wave::enable_single_line(ctx.get_language()));
}
// analyze the input file