~zorba-coders/zorba/windows-hashmap-workaround

« back to all changes in this revision

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

  • Committer: Zorba Build Bot
  • Author(s): markos_za at yahoo
  • Date: 2012-10-18 20:44:55 UTC
  • mfrom: (10900.1.70 markos-scratch)
  • Revision ID: chillery+buildbot@lambda.nu-20121018204455-a3i0n28eglkdvvn1
changed some scripting tests to cmply with the current syntax of the scripting spec. Approved: Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
792
792
            std::vector<fo_expr*>::const_iterator end = udf->getRecursiveCalls().end();
793
793
            for (; ite != end; ++ite)
794
794
            {
795
 
              user_function* recursiveUdf = 
796
 
              static_cast<user_function*>((*ite)->get_func());
797
 
 
798
795
              applyInternal(*ite, true);
799
796
            }
800
797
          }