Diff for /dietlibc/dietfeatures.h between versions 1.3 and 1.4

version 1.3, 2001/02/03 00:36:32 version 1.4, 2001/02/09 23:48:47
Line 1 Line 1
   #ifndef _DIETFEATURES_H
   #define _DIETFEATURES_H
   
 /* feel free to comment some of these out to reduce code size */  /* feel free to comment some of these out to reduce code size */
   
Line 20 Line 22
 /* do you want smaller or faster string routines? */  /* do you want smaller or faster string routines? */
 /* #define WANT_FASTER_STRING_ROUTINES */  /* #define WANT_FASTER_STRING_ROUTINES */
   
   #define WANT_LINKER_WARNINGS
   
 #endif  #endif
   
 /* stop uncommenting here ;-) */  /* stop uncommenting here ;-) */
 #ifndef WANT_FASTER_STRING_ROUTINES  #ifndef WANT_FASTER_STRING_ROUTINES
 #define WANT_SMALL_STRING_ROUTINES  #define WANT_SMALL_STRING_ROUTINES
 #endif  #endif
   
   #endif

Removed from v.1.3  
changed lines
  Added in v.1.4


LinuxTV legacy CVS <linuxtv.org/cvs>