From: Jorge G. <cl...@us...> - 2007-12-04 16:01:26
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2387 Modified Files: graph.c Log Message: Index: graph.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/graph.c,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** graph.c 30 Sep 2007 01:08:09 -0000 1.61 --- graph.c 4 Dec 2007 16:01:17 -0000 1.62 *************** *** 488,491 **** --- 488,495 ---- } + #ifndef SUPPORT_DIA + #define HanderaCoord(x) (x) + #endif + static void graph_draw_axes_labels(RectangleType *stdbounds) GRAPH; static void |