~vibhavp/ubuntu/raring/spl/merge-from-debian

« back to all changes in this revision

Viewing changes to compiler.y

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2006-08-21 08:21:06 UTC
  • mto: (3.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060821082106-6glercj8mn0un53l
Tags: upstream-1.0~pre2
ImportĀ upstreamĀ versionĀ 1.0~pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1468
1468
                                spl_asm_add(as, SPL_OP_PUSH, "#name");
1469
1469
 
1470
1470
                        spl_asm_add(as, SPL_OP_PUSH, "#newtext");
1471
 
                        spl_asm_add(as, SPL_OP_PUSH, "#reres.=LC");
 
1471
                        spl_asm_add(as, SPL_OP_PUSHC, "#array");
 
1472
                        spl_asm_add(as, SPL_OP_PUSH, "#index");
 
1473
                        spl_asm_add(as, SPL_OP_HENC, 0);
 
1474
                        spl_asm_add(as, SPL_OP_DOTCAT, 0);
 
1475
                        spl_asm_add(as, SPL_OP_PUSHC, "=LC");
 
1476
                        spl_asm_add(as, SPL_OP_DOTCAT, 0);
 
1477
                        spl_asm_add(as, SPL_OP_GETVAL, 0);
1472
1478
                        spl_asm_add(as, SPL_OP_CAT, 0);
1473
1479
 
1474
1480
                        if ($1 & REGEX_EVAL_SUBST) {