Difference for include/define.h from version 1.75 to 1.76


version 1.75 version 1.76
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: define.h,v 1.75 2004/08/24 19:43:58 akirschbaum Exp $";   *   "$Id: define.h,v 1.76 2004/09/19 16:12:18 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 57
 
Line 57
 #define FONTNAME ""  #define FONTNAME ""
   
 /* Decstations have trouble with fabs()... */  /* Decstations have trouble with fabs()... */
 #define FABS(x) (x<0?-x:x)  #define FABS(x) ((x)<0?-(x):(x))
   
 #ifdef __NetBSD__  #ifdef __NetBSD__
 #include <sys/param.h>  #include <sys/param.h>


Legend:
line(s) removed in v.1.75 
line(s) changed
 line(s) added in v.1.76

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:19