2
0
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:
Hartmut Kaiser
2005-04-26 19:21:49 +00:00
parent 1ef3c6b46e
commit f631c8d512
6 changed files with 1636 additions and 1361 deletions

View File

@@ -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