mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
656 B

  1. --- pegasus-2.3.2/src/Pegasus/Common/Platform_LINUX_IX86_GNU.h 2003-10-22 14:26:03.000000000 +0000
  2. +++ pegasus-2.3.2-patched/src/Pegasus/Common/Platform_LINUX_IX86_GNU.h 2004-06-20 01:17:37.000000000 +0000
  3. @@ -59,7 +59,7 @@
  4. #define PEGASUS_HAVE_FOR_SCOPE
  5. -// #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
  6. +#define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
  7. #ifndef _GNU_SOURCE
  8. #define _GNU_SOURCE
  9. @@ -71,7 +71,7 @@
  10. #include <features.h>
  11. #include <stdio.h>
  12. #include <stdlib.h>
  13. -#ifndef min
  14. -#define min(a,b) (((a)<(b))?(a):(b))
  15. -#endif
  16. +// #ifndef min
  17. +// #define min(a,b) (((a)<(b))?(a):(b))
  18. +// #endif
  19. #endif /* Pegasus_Platform_LINUX_IX86_GNU_h */