Changeset 497 for abuse/trunk/src/view.cpp
- Timestamp:
- Apr 17, 2011, 11:56:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/view.cpp
r494 r497 335 335 /* if( DEFINEDP( symbol_function( l_get_local_input ) ) ) 336 336 { 337 void *ret = eval_function((LSymbol *)l_get_local_input, NULL);337 void *ret = ((LSymbol *)l_get_local_input->EvalFunction(NULL); 338 338 sug_x = lnumber_value( CAR( ret ) ); 339 339 ret = CDR( ret ); … … 462 462 void *list=NULL; 463 463 push_onto_list(LString::Create(chat_buf),list); 464 eval_function((LSymbol *)l_chat_input,list);464 ((LSymbol *)l_chat_input)->EvalFunction(list); 465 465 restore_heap(m,TMP_SPACE); 466 466
Note: See TracChangeset
for help on using the changeset viewer.