• joerg@mysql.com's avatar
    If the system has 64 bit "long", then "long long" does not add new · 86fcffb3
    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.
    (backport from 4.1)
    86fcffb3
m_string.h 7.66 KB