Changeset 22505
- Timestamp:
- 10/04/08 18:09:51 (7 weeks ago)
- Location:
- v6/smop/src
- Files:
-
- 3 modified
-
smop_s1p_bindcapturesignature.sm0p (modified) (2 diffs)
-
smop_s1p_defaultblocksignature.sm0p (modified) (2 diffs)
-
smop_s1p_lexicalscope.sm0p (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/src/smop_s1p_bindcapturesignature.sm0p
r22050 r22505 65 65 SMOP__Object* interpreter = SMOP__GlobalInterpreter; 66 66 SMOP__Object* mold; 67 mold= q:m0ld {67 bindcapturesignature_bind_code = q:m0ld { 68 68 my $capture; 69 69 my $back; … … 81 81 }; 82 82 83 bindcapturesignature_bind_code = mold;84 83 } 85 84 -
v6/smop/src/smop_s1p_defaultblocksignature.sm0p
r22033 r22505 64 64 65 65 SMOP__Object* interpreter = SMOP__GlobalInterpreter; 66 SMOP__Object* mold; 67 mold = q:m0ld { 66 defaultblocksignature_bind_code = q:m0ld { 68 67 my $capture; 69 68 my $back; … … 98 97 }; 99 98 100 defaultblocksignature_bind_code = mold;101 99 } 102 100 -
v6/smop/src/smop_s1p_lexicalscope.sm0p
r22321 r22505 124 124 SMOP__Object* interpreter = SMOP__GlobalInterpreter; 125 125 126 SMOP__Object* mold; 127 mold = q:m0ld { 126 mold_code_lookup = q:m0ld { 128 127 my $capture; 129 128 my $back; … … 157 156 }; 158 157 159 mold_code_lookup = mold;160 161 158 } 162 159
