Don't export classify-stack-situation

As it's not intended for general use.
This commit is contained in:
Christopher Baines 2026-03-23 11:43:25 +00:00
parent f203a8933a
commit d282841a78
4 changed files with 8 additions and 6 deletions

View file

@ -8,7 +8,8 @@
(print-backtrace-and-exception/knots exn)
(simple-format/knots #t
"situation: ~A\n"
(classify-stack-situation
((@@ (knots backtraces)
classify-stack-situation)
(stack->vector stack))))
(primitive-exit 0))
(lambda ()