Update of /cvsroot/easycalc/easycalc/include
In directory sc8-pr-cvs17:/tmp/cvs-serv23636
Modified Files:
stack.h
Log Message:
undo last changes
Index: stack.h
===================================================================
RCS file: /cvsroot/easycalc/easycalc/include/stack.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** stack.h 23 Sep 2006 22:13:05 -0000 1.7
--- stack.h 29 May 2007 15:32:31 -0000 1.8
***************
*** 45,48 ****
--- 45,49 ----
void stack_delete(CodeStack *stack) MLIB;
void stack_copy(CodeStack *dest,CodeStack *orig) MLIB;
+ CError stack_item_type_nr(CodeStack *stack,rpntype *type,Int16 itnum) MLIB;
void stack_reverse(CodeStack *stack) MLIB;
double reduce_precision(double value) MLIB;
|