[BACK]Return to plotf.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/plotf.c between version 1.27 and 1.28

version 1.27, 2014/05/13 20:02:40 version 1.28, 2014/05/16 08:49:53
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/plot/plotf.c,v 1.26 2014/05/12 16:54:41 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/plotf.c,v 1.27 2014/05/13 20:02:40 ohara Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 118  struct ftab plot_tab[]={
Line 118  struct ftab plot_tab[]={
         {PLOTOVERD,PplotoverD,-4},          {PLOTOVERD,PplotoverD,-4},
         {PLOTOVERQ,PplotoverQ,-4},          {PLOTOVERQ,PplotoverQ,-4},
         {PLOTOVERB,PplotoverB,-4},          {PLOTOVERB,PplotoverB,-4},
         {MEMORY_IFPLOT,Pmemory_ifplot,-7},          {MEMORY_IFPLOT,Pmemory_ifplot,-6},
         {MEMORY_CONPLOT,Pmemory_conplot,-7},          {MEMORY_CONPLOT,Pmemory_conplot,-7},
         {MEMORY_PLOT,Pmemory_plot,-7},          {MEMORY_PLOT,Pmemory_plot,-5},
         {DRAWCIRCLE,Pdrawcircle,4},          {DRAWCIRCLE,Pdrawcircle,6},
         {OPEN_CANVAS,Popen_canvas,-3},          {OPEN_CANVAS,Popen_canvas,-3},
         {CLEAR_CANVAS,Pclear_canvas,2},          {CLEAR_CANVAS,Pclear_canvas,2},
         {DRAW_OBJ,Pdraw_obj,-3},          {DRAW_OBJ,Pdraw_obj,-4},
         {DRAW_STRING,Pdraw_string,-4},          {DRAW_STRING,Pdraw_string,-5},
         {0,0,0},          {0,0,0},
 };  };
 char *pfn[]={  char *pfn[]={

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>