IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2020, 2:28:10 PM (6 years ago)
Author:
eugene
Message:

UCHAR_MAX not defined in gentoo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/PDF_PrintUtils.c

    r41341 r41345  
    373373#define NR(x) (sizeof(x)/sizeof*(x))
    374374#define BASE85_DIGITS   5        /* log85 (2^32) is 4.9926740807112 */
     375
     376# ifndef UCHAR_MAX
     377# define UCHAR_MAX 255
     378# endif
    375379
    376380static const unsigned char base85[85] =  "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstu";
Note: See TracChangeset for help on using the changeset viewer.