patch-libdjvu_DjVuPalette_cpp 387 B

123456789101112
  1. $OpenBSD: patch-libdjvu_DjVuPalette_cpp,v 1.1 2017/04/20 01:40:33 espie Exp $
  2. --- libdjvu/DjVuPalette.cpp.orig Thu Apr 20 03:30:12 2017
  3. +++ libdjvu/DjVuPalette.cpp Thu Apr 20 03:38:11 2017
  4. @@ -98,6 +98,7 @@ inline unsigned char
  5. umin(unsigned char a, unsigned char b)
  6. { return (a>b) ? b : a; }
  7. +#define fmin myfmin
  8. inline float
  9. fmin(float a, float b)
  10. { return (a>b) ? b : a; }