~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to src/runtime/core/var_iterators.h

  • Committer: Markos Zaharioudakis
  • Date: 2012-07-11 15:38:39 UTC
  • mfrom: (10924 zorba)
  • mto: This revision was merged to the branch mainline in revision 10932.
  • Revision ID: markos_za@yahoo.com-20120711153839-0mkh15cg2ubknchd
work in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
389
389
  store::TempSeq_t         theTempSeq;
390
390
  store::TempSeqIterator_t theTempSeqIter;
391
391
  store::Item_t            theItem;
 
392
  xs_integer               theWindowStart;
 
393
  xs_integer               theWindowEnd;
 
394
 
392
395
  xs_integer               thePos;
393
396
  xs_integer               theLastPos;
394
397