Changeset 635 for abuse/trunk/src/view.cpp
- Timestamp:
- May 11, 2011, 1:26:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/view.cpp
r555 r635 473 473 current_object=focus; 474 474 475 void *m =mark_heap(TMP_SPACE);475 void *m = LSpace::Tmp.Mark(); 476 476 void *list=NULL; 477 477 push_onto_list(LString::Create(chat_buf),list); 478 478 ((LSymbol *)l_chat_input)->EvalFunction(list); 479 restore_heap(m,TMP_SPACE);479 LSpace::Tmp.Restore(m); 480 480 481 481 current_object=o;
Note: See TracChangeset
for help on using the changeset viewer.