diff options
| author | 2025-06-17 10:34:01 +0200 | |
|---|---|---|
| committer | 2025-06-17 10:34:01 +0200 | |
| commit | 3a8dcfa8b8ee6311cc6426e12580cfd179d3eb1d (patch) | |
| tree | 023a849c3a5ea9b492e7c8d235ad12742277c6fe /pez.h | |
| parent | bd4fc32bace9ee9727243ddf59f0066d5aa5e0a4 (diff) | |
forbid too long arrays & strings
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; |