Updated the manual section on instantiation to reflect the 5.19 features.
[external/ragel.git] / ragel / rlscan.rl
index 7f69ea0..70e97fd 100644 (file)
@@ -136,7 +136,6 @@ void Scanner::flushImport()
        if ( tok_tokstart == 0 )
                cur_token = 0;
        else {
-               cerr << "BLOCK BREAK" << endl;
                cur_token = pe - tok_tokstart;
                int ts_offset = tok_tokstart - token_data;
                memmove( token_data, token_data+ts_offset, cur_token*sizeof(token_data[0]) );