From 3a8dcfa8b8ee6311cc6426e12580cfd179d3eb1d Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 17 Jun 2025 10:34:01 +0200 Subject: forbid too long arrays & strings --- pez.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pez.h') 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; -- cgit v1.2.3