From fc90838ad84a152bfc70ce1d091b13166d0bf0d5 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 10 Jul 2025 18:36:55 -0700 Subject: [PATCH] Increases number of stack frames that can be displayed by URaid 'l' command (#538) --- inc/uraidextdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/uraidextdefs.h b/inc/uraidextdefs.h index 66202b2..336adfc 100644 --- a/inc/uraidextdefs.h +++ b/inc/uraidextdefs.h @@ -4,7 +4,7 @@ #include "stack.h" /* for FX */ #include "lispemul.h" /* for LispPTR */ -#define URMAXFXNUM 2000 +#define URMAXFXNUM 4096 #define URMAXCOMM 512 #define URSCAN_ALINK 0 #define URSCAN_CLINK 1