[BACK]Return to plot.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/plot.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:00:54 version 1.1.1.2, 2000/01/22 14:15:55
Line 735  extern struct udft_entry *dummy_func;
Line 735  extern struct udft_entry *dummy_func;
 extern char dummy_var[MAX_NUM_VAR][MAX_ID_LEN+1];       /* from setshow.c */  extern char dummy_var[MAX_NUM_VAR][MAX_ID_LEN+1];       /* from setshow.c */
   
 /* Windows needs to redefine stdin/stdout functions */  /* Windows needs to redefine stdin/stdout functions */
 #ifdef _Windows  #if defined(_Windows) && !defined(WINDOWS_NO_GUI)
 # include "win/wtext.h"  # include "win/wtext.h"
 #endif  #endif
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

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