Difference for crossedit/xutil.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_xutil_c =   * static char *rcsid_xutil_c =
  *   "$Id: xutil.c,v 1.11 2002/07/15 04:25:40 mwedel Exp $";   *   "$Id: xutil.c,v 1.12 2005/01/24 07:29:25 mwedel Exp $";
  */   */
   
 /*  /*
Line 30
 
Line 30
 #include <autoconf.h>  #include <autoconf.h>
 /* Stupid pngconf.h file has a check to see if _SETJMP_H is  /* Stupid pngconf.h file has a check to see if _SETJMP_H is
  * already defined, and if so, it generates a compilation error.   * already defined, and if so, it generates a compilation error.
  * I have no idea what they were thinking - wasn't th point of those   * I have no idea what they were thinking - wasn't the point of those
  * defines so that you didn't need to worry about order or including   * defines so that you didn't need to worry about order or including
  * the same file multiple times?   * the same file multiple times?
  */   */
Line 38
 
Line 38
 #include "png.c"  #include "png.c"
 #endif  #endif
   
 #include <global.h>  #include <Defines.h>
 #include <funcpoint.h>  #include <funcpoint.h>
 #include <loader.h>  #include <loader.h>
   
 #include <Defines.h>  
   
   
 /*  /*
  * Converts between Fontindex and XChar2b types.   * Converts between Fontindex and XChar2b types.
  * Used in global.h, for draw_face (in face, FontindextoXChars    * Used in global.h, for draw_face (in face, FontindextoXChars


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

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