Changeset 2026 for to-imperative/trunk/compiler/rfp_compile.rf
- Timestamp:
- Jul 16, 2006, 6:26:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/compiler/rfp_compile.rf
r1950 r2026 531 531 /* 532 532 * In case of = clear the failures stack up to the closest source. 533 * Don't clear last fail after it for <R 0 v.fails> continue to work. 533 534 */ 534 535 (CUTALL) e.Snt = 535 536 { 536 v.fails : $r v.earlier-fails (Comp Source) e = v.earlier-fails; 537 v.fails : $r v.earlier-fails (Comp Source) t.fail e = 538 v.earlier-fails (Comp Source) t.fail; 537 539 <L 0 v.fails>; 538 540 } :: v.fails,
Note: See TracChangeset
for help on using the changeset viewer.