Commit Graph

2 Commits

Author SHA1 Message Date
Sergei Trofimovich
78c74c1e05 hfst-ospell: pull upstream fix for gcc-13 compatibility
Without the change `hfst-ospell` fails build on `staging-next` as:

    hfst-ol.h:39:9: error: 'uint16_t' does not name a type
       39 | typedef uint16_t SymbolNumber;
          |         ^~~~~~~~
    hfst-ol.h:35:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       34 | #include <utility>
      +++ |+#include <cstdint>
       35 | #include "ol-exceptions.h"
    hfst-ol.h:40:9: error: 'uint32_t' does not name a type
       40 | typedef uint32_t TransitionTableIndex;
          |         ^~~~~~~~
2023-12-24 23:35:34 +00:00
Jussi Kuokkanen
67424e70c8 hfst-ospell: init at 0.5.3 2023-07-25 19:54:57 +03:00