noartconfig.patch 499 B

123456789101112131415
  1. diff -Nur libart_lgpl-2.3.21-old/art_config.h libart_lgpl-2.3.21/art_config.h
  2. --- libart_lgpl-2.3.21-old/art_config.h 2010-08-29 16:42:06.822999763 +0300
  3. +++ libart_lgpl-2.3.21/art_config.h 1970-01-01 02:00:00.000000000 +0200
  4. @@ -1,10 +0,0 @@
  5. -/* Automatically generated by gen_art_config */
  6. -
  7. -#define ART_SIZEOF_CHAR 1
  8. -#define ART_SIZEOF_SHORT 2
  9. -#define ART_SIZEOF_INT 4
  10. -#define ART_SIZEOF_LONG 4
  11. -
  12. -typedef unsigned char art_u8;
  13. -typedef unsigned short art_u16;
  14. -typedef unsigned int art_u32;