From 74adbc3095147ac7843d69f12cc79c28643c3646 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 23 Apr 1990 13:34:20 +0000 Subject: [PATCH] Added description of the OPTIONAL-ARGS marker in the c-d-f-arguments. --- code/debug-info.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/debug-info.lisp b/code/debug-info.lisp index 6d5eedff6..c21e795a2 100644 --- a/code/debug-info.lisp +++ b/code/debug-info.lisp @@ -268,6 +268,9 @@ ;; The following location is the supplied-p value for the preceding ;; keyword or optional. ;; + ;; OPTIONAL-ARGS + ;; Indicates that following unqualified args are optionals, not required. + ;; ;; REST-ARG ;; The following location holds the list of rest args. ;; -- GitLab