mirror of
https://github.com/boostorg/wave.git
synced 2026-02-22 03:42:24 +00:00
Switched to the most recent version of re2c (V0.9.7.dev).
[SVN r28491]
This commit is contained in:
@@ -653,7 +653,6 @@ ccomment:
|
||||
"\000"
|
||||
{
|
||||
using namespace std; // some systems have printf in std
|
||||
yyaccept = 0; /* avoid warning about unreferenced variable */
|
||||
if(cursor == s->eof)
|
||||
{
|
||||
if (s->error_proc)
|
||||
@@ -691,7 +690,6 @@ cppcomment:
|
||||
"\000"
|
||||
{
|
||||
using namespace std; // some systems have printf in std
|
||||
yyaccept = 0; /* avoid warning about unreferenced variable */
|
||||
if(cursor != s->eof)
|
||||
{
|
||||
if (s->error_proc)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user