From 6588243de7882f4a3d2902688e363639ac375618 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 18 Apr 2006 21:00:44 +0000 Subject: [PATCH] Comment munging wrt max-specpdl-size; nfc. --- src/eval.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eval.c b/src/eval.c index 86ee384896c..20f29b5f06b 100644 --- a/src/eval.c +++ b/src/eval.c @@ -204,6 +204,7 @@ init_eval_once () specpdl_size = 50; specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding)); specpdl_ptr = specpdl; + /* Don't forget to update docs (lispref node "Local Variables"). */ max_specpdl_size = 1000; max_lisp_eval_depth = 300; -- 2.39.2