summaryrefslogtreecommitdiff
path: root/pez.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-06-17 10:34:01 +0200
committerlemon <lsof@mailbox.org>2025-06-17 10:34:01 +0200
commit3a8dcfa8b8ee6311cc6426e12580cfd179d3eb1d (patch)
tree023a849c3a5ea9b492e7c8d235ad12742277c6fe /pez.h
parentbd4fc32bace9ee9727243ddf59f0066d5aa5e0a4 (diff)
forbid too long arrays & strings
Diffstat (limited to 'pez.h')
-rw-r--r--pez.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pez.h b/pez.h
index 62946d2..b27ff4f 100644
--- a/pez.h
+++ b/pez.h
@@ -28,6 +28,7 @@ typedef enum PezError {
PEZ_ENoMem,
PEZ_ESyntax,
PEZ_ERuntime,
+ PEZ_ETooBig,
} PezError;
typedef struct PezContext PezContext;