~ubuntu-branches/ubuntu/wily/styx/wily

« back to all changes in this revision

Viewing changes to libc++/StyxStreamParser.h

  • Committer: Package Import Robot
  • Author(s): Frederik Schüler
  • Date: 2013-12-28 18:20:37 UTC
  • mfrom: (0.1.5)
  • Revision ID: package-import@ubuntu.com-20131228182037-ihsf1de5y1oe24nf
Tags: 2.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
      Token.Line   = Scanner->getLine();
231
231
      Token.Column = Scanner->getCol();
232
232
      Token.Value  = val;
 
233
      string grp = Scanner->currentGroupID();
 
234
      if( grp.length() > 0 && grp.find("tok_") == 0 )
 
235
      {
 
236
        if( !getTokenIndex(tok,Token.Index) )
 
237
          return false;
 
238
      }
 
239
      else
233
240
      if( Scanner->ignoreCase() )
234
241
      { typename M_tstring2long::iterator pos = NormKeyMap.find(val);
235
242
        if( pos == NormKeyMap.end() )