Skip to content
  • Alexandre Duret-Lutz's avatar
    work around an issue in Flex 2.6.4 · 7d9fddad
    Alexandre Duret-Lutz authored
    The fallback definition of SIZE_MAX supplied by flex was not
    preprocessor friendly and prevented robin_hood.hh from doing "#if
    SIZE_MAX == UINT64_MAX", as observed by Marc Espie on OpenBSD.
    
    * spot/parseaut/scanaut.ll, spot/parsetl/scantl.ll: Define
    __STDC_VERSION__ just so that the code generated by Flex
    include <inttypes.h>.
    * NEWS: Mention the bug.
    * THANKS: Add Marc.
    7d9fddad
To find the state of this project's repository at the time of any of these versions, check out the tags.