Update of /cvsroot/easycalc/easycalc
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv14803
Modified Files:
graph.c
Log Message:
Index: graph.c
===================================================================
RCS file: /cvsroot/easycalc/easycalc/graph.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** graph.c 4 Dec 2007 16:01:17 -0000 1.62
--- graph.c 14 Dec 2007 16:56:44 -0000 1.63
***************
*** 798,801 ****
--- 798,803 ----
if (err)
continue;
+ /* Lookup variables to speed up execution */
+ stack_fix_variables(stack);
graphCurves[i].stack2 = stack;
}
|