aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/flexskel.cc
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-09-01 15:05:15 +0000
committermarha <marha@users.sourceforge.net>2010-09-01 15:05:15 +0000
commita1c59d04b8d5ce972c34bd1e5abd941b55655029 (patch)
treebb62b1ec94277a10de7bc22bba9ac62e74878b5d /tools/mhmake/src/flexskel.cc
parente09e8cbeb878fc881b6987280e18ce5430318451 (diff)
downloadvcxsrv-a1c59d04b8d5ce972c34bd1e5abd941b55655029.tar.gz
vcxsrv-a1c59d04b8d5ce972c34bd1e5abd941b55655029.tar.bz2
vcxsrv-a1c59d04b8d5ce972c34bd1e5abd941b55655029.zip
Make it possible to use more complicated expressions in if statements
Diffstat (limited to 'tools/mhmake/src/flexskel.cc')
-rw-r--r--tools/mhmake/src/flexskel.cc3
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