Changeset 488 for abuse/trunk/src/view.cpp
- Timestamp:
- Apr 17, 2011, 10:28:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/view.cpp
r484 r488 460 460 void *m=mark_heap(TMP_SPACE); 461 461 void *list=NULL; 462 push_onto_list( new_lisp_string(chat_buf),list);462 push_onto_list(LispString::Create(chat_buf),list); 463 463 eval_function((LispSymbol *)l_chat_input,list); 464 464 restore_heap(m,TMP_SPACE);
Note: See TracChangeset
for help on using the changeset viewer.