Skip to content
  • Jon Olav Hauglid's avatar
    f74f477e
    Bug#19729545: REMOVE UNNEEDED CMAKE CHECKS AND #IFDEFS IN 5.7.6 · f74f477e
    Jon Olav Hauglid authored
    Patch #1. This patch does the following:
    - Removes custom definitions for LONGLONG_MIN, LONGLONG_MAX and 
       ULONGLONG_MAX and uses the standard LLONG_MIN, LLONG_MAX 
       and ULLONG_MAX instead.
    - Removes custom definitions for M_PI, M_E and M_LN2 and uses the
       math.h versions instead.
    - Misc other minor cleanups in my_global.h
    f74f477e
    Bug#19729545: REMOVE UNNEEDED CMAKE CHECKS AND #IFDEFS IN 5.7.6
    Jon Olav Hauglid authored
    Patch #1. This patch does the following:
    - Removes custom definitions for LONGLONG_MIN, LONGLONG_MAX and 
       ULONGLONG_MAX and uses the standard LLONG_MIN, LLONG_MAX 
       and ULLONG_MAX instead.
    - Removes custom definitions for M_PI, M_E and M_LN2 and uses the
       math.h versions instead.
    - Misc other minor cleanups in my_global.h
Loading