Changeset 70
- Timestamp:
- 03/03/06 18:25:10 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/print.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/print.c
r56 r70 959 959 bval.type = OT_BLOCK; 960 960 bval.flags = 0; 961 bval.index = val->func.specBlk;962 961 bval.series.it = 0; 963 mold( out, &bval, depth ); 962 963 if( val->func.specBlk ) 964 { 965 bval.series.n = val->func.specBlk; 966 mold( out, &bval, depth ); 967 } 968 else 969 { 970 append(out, "[]", 2); 971 } 964 972 965 973 bval.index = val->func.bodyBlk;
