pyke/pyke.h, key.c: Rename `INDEXERR' to `MAPERR'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Oct 2019 18:17:41 +0000 (19:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:14 +0000 (12:44 +0100)
commitfcfa1c8692de00ec31dfedf5614428df571b7441
tree6a33b7837ab8843a8a13398a334f358a5b912c60
parentc1756f78cbf3007438b3eb2fbfbd632d070be6ca
pyke/pyke.h, key.c: Rename `INDEXERR' to `MAPERR'.

The name `INDEXERR' was pointlessly confusing, given the existing
`IXERR' which actually raises Python's `IndexError'.  It's important,
though, that `KEYERR' be reserved for Catacomb's `KeyError' exception,
which really is an error about (cryptographic) keys.  So `MAPERR' it is.
pyke.h