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)
commitf6a2cd66fafc53240dd14a569ee69ac455ab927b
tree832a6562256bf1ae2f02ee975b4bf0a5c47a87d6
parent8ebc32d8616aeac9892d20cebfbdc1b531b29d2c
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.
key.c
pyke/pyke.h