diff options
Diffstat (limited to 'tools/mhmake/src/flexskel.cc')
-rw-r--r-- | tools/mhmake/src/flexskel.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/mhmake/src/flexskel.cc b/tools/mhmake/src/flexskel.cc index 43c395dba..a08f23fd3 100644 --- a/tools/mhmake/src/flexskel.cc +++ b/tools/mhmake/src/flexskel.cc @@ -806,9 +806,6 @@ void YY_@_CLASS::yyunput( YY_@_CHAR c, YY_@_CHAR *yy_bp ) YY_FATAL_ERROR( "flex scanner push-back overflow" );
}
- if ( yy_cp > yy_bp && yy_cp[-1] == '\n' )
- yy_cp[-2] = '\n';
-
*--yy_cp = c;
/* note: the formal parameter *must* be called "yy_bp" for this
|