diff options
Diffstat (limited to 'pez.h')
| -rw-r--r-- | pez.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ typedef enum PezError { PEZ_ENoMem, PEZ_ESyntax, PEZ_ERuntime, + PEZ_ETooBig, } PezError; typedef struct PezContext PezContext; |