Skip to content

Commit fc90838

Browse files
authored
Increases number of stack frames that can be displayed by URaid 'l' command (#538)
1 parent de1fafb commit fc90838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/uraidextdefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stack.h" /* for FX */
55
#include "lispemul.h" /* for LispPTR */
66

7-
#define URMAXFXNUM 2000
7+
#define URMAXFXNUM 4096
88
#define URMAXCOMM 512
99
#define URSCAN_ALINK 0
1010
#define URSCAN_CLINK 1

0 commit comments

Comments
 (0)