Difference for include/define.h from version 1.90 to 1.91


version 1.90 version 1.91
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: define.h,v 1.90 2005/08/31 20:07:22 tchize Exp $";   *   "$Id: define.h,v 1.91 2005/09/04 16:58:12 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 937
 
Line 937
   * But use as debug only (loses all speed gained by those macros)    * But use as debug only (loses all speed gained by those macros)
   */    */
 /*#define FAST_STRNCAT(buf__,buf2__,size__) {memcpy (buf__,buf2__,size__);buf__+=size__;\  /*#define FAST_STRNCAT(buf__,buf2__,size__) {memcpy (buf__,buf2__,size__);buf__+=size__;\
  if (size__!=strlen(buf2__)) printf ("Error, bad length for %s\n",buf2__);}*/   if (size__!=strlen(buf2__)) LOG(llevError, "Error, bad length for %s\n",buf2__);}*/
   
    
    


Legend:
line(s) removed in v.1.90 
line(s) changed
 line(s) added in v.1.91

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