1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 23:23:03 +00:00

Increases number of stack frames that can be displayed by URaid 'l' command (#538)

This commit is contained in:
Nick Briggs
2025-07-10 18:36:55 -07:00
committed by GitHub
parent de1fafba7e
commit fc90838ad8

View File

@@ -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