From: Jorge G. <cl...@us...> - 2006-09-25 20:49:12
|
Update of /cvsroot/easycalc/easycalc/include In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4188/include Modified Files: slist.h Log Message: concat() now is multiparameter Index: slist.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/slist.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** slist.h 12 Sep 2006 19:40:55 -0000 1.21 --- slist.h 25 Sep 2006 20:49:05 -0000 1.22 *************** *** 69,72 **** --- 69,73 ---- CError list_func2(Functype *func,CodeStack *stack) NEWFUNC; CError list_func3(Functype *func,CodeStack *stack) NEWFUNC; + CError list_concat(Functype *func,CodeStack *stack) NEWFUNC; CError list_stat(Functype *func,CodeStack *stack) NEWFUNC; CError list_regr(Functype *func,CodeStack *stack) NEWFUNC; |