~zorba-coders/zorba/image-module-head

« back to all changes in this revision

Viewing changes to src/compiler/rewriter/rules/index_join_rule.cpp

  • Committer: Zorba Build Bot
  • Author(s): markos_za at yahoo
  • Date: 2012-11-02 20:44:27 UTC
  • mfrom: (10900.1.85 markos-scratch)
  • Revision ID: chillery+buildbot@lambda.nu-20121102204427-pacn7rhw5iabt7h9
Fixed DEBUG-mode compilation problems Approved: Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
823
823
    if (rCtx.theFlworStack[i]->get_expr_kind() == trycatch_expr_kind)
824
824
      return false;
825
825
 
826
 
    assert(rCtx.theFlworStack[i] == flwor_expr_kind);
 
826
    assert(rCtx.theFlworStack[i]->get_expr_kind() == flwor_expr_kind);
827
827
 
828
828
    flworExpr = static_cast<flwor_expr*>(rCtx.theFlworStack[i]);
829
829