Skip to content
  • Ian Lynagh's avatar
    Fix warnings on Win64 · 1dbe6d59
    Ian Lynagh authored
    Mostly this meant getting pointer<->int conversions to use the right
    sizes. lnat is now size_t, rather than unsigned long, as that seems a
    better match for how it's used.
    1dbe6d59