diff --git a/code/debug-info.lisp b/code/debug-info.lisp index 6d5eedff604f9defef8facb7bbbd75d4a9b693e7..c21e795a2b4c397fff93721d02ecedb01815c973 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. ;;