• joerg@mysql.com's avatar
    If the system has 64 bit "long", then "long long" does not add new · 10cf7f1f
    joerg@mysql.com authored
    functionality. The existing code takes advantage of this when
    "typedef"ing 'longlong' in 'my_global.h'. This holds for Alpha CPUs.
    If the compiler then has prototypes for C99 functions 'strtoll()' and
    'strtoull()' but no implementation, the existing code in 'strtoull.c'
    collides with that prototype. These collisions are avoided now.
    10cf7f1f
logging_ok 4.61 KB