rev 437 - trunk/src
SVN User <[email protected]> Sat, 01 May 2004 00:35:10 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-05-01 00:35:07 -0400 (Sat, 01 May 2004) New Revision: 437 Modified: trunk/src/interp.c Log: removed __init__ from object keyword Modified: trunk/src/interp.c =================================================================== --- trunk/src/interp.c 2004-05-01 04:06:44 UTC (rev 436) +++ trunk/src/interp.c 2004-05-01 04:35:07 UTC (rev 437) @@ -1057,7 +1057,7 @@ } set_attr(ist, fr_stack[fr_sp], fr_stack[fr_sp+1], new_obj); IF_EXC_BREAK; del_unlock(new_obj); - call_func0(ist, new_obj, SYM(__INIT__)); IF_EXC_BREAK; + //call_func0(ist, new_obj, SYM(__INIT__)); IF_EXC_BREAK; fr_push(new_obj); } // fall into OP_WITH on purpose case OP_WITH: