- Timestamp:
- 09/24/08 13:50:47 (2 months ago)
- Location:
- v6/smop
- Files:
-
- 2 modified
-
src/smop_s1p_root_namespace.c (modified) (2 diffs)
-
test/23_mold.sm0p (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/src/smop_s1p_root_namespace.c
r22313 r22335 10 10 11 11 void smop_s1p_root_namespace_insert(SMOP__Object* interpreter,char* name,SMOP__Object* obj) { 12 13 12 SMOP__Object* cell = SMOP_DISPATCH(interpreter, 14 13 SMOP_RI(SMOP__S1P__RootNamespace), 15 14 SMOP__ID__postcircumfix_curly, 16 15 SMOP__NATIVE__capture_create(interpreter, 17 SMOP_ _S1P__RootNamespace,18 (SMOP__Object*[]) {SMOP__ S1P__Str_create(name),NULL},16 SMOP_REFERENCE(interpreter,SMOP__S1P__RootNamespace), 17 (SMOP__Object*[]) {SMOP__NATIVE__idconst_create(name),NULL}, 19 18 NULL)); 20 19 … … 31 30 smop_s1p_root_namespace_insert(SMOP__GlobalInterpreter,"::Code", SMOP__S1P__Code); 32 31 smop_s1p_root_namespace_insert(SMOP__GlobalInterpreter,"::Scalar", SMOP__S1P__Scalar); 32 smop_s1p_root_namespace_insert(SMOP__GlobalInterpreter,"::MoldFrame", SMOP__Mold__Frame); 33 33 } 34 34 -
v6/smop/test/23_mold.sm0p
r22230 r22335 39 39 NULL, NULL)); 40 40 41 SMOP_DISPATCH(interpreter, SMOP_RI(interpreter),41 /*SMOP_DISPATCH(interpreter, SMOP_RI(interpreter), 42 42 SMOP__ID__loop, SMOP__NATIVE__capture_create(interpreter, 43 43 SMOP_REFERENCE(interpreter,interpreter), 44 NULL, NULL)); 44 NULL, NULL));*/ 45 45 46 46
