Skip to content

Commit 3480692

Browse files
committed
Add more system builtin declarations
1 parent 9b65f7b commit 3480692

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lisp/comp/builtins.l

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
(def-builtin-entry 'LISP:GET-DISPATCH-MACRO-CHARACTER "GETDISPMACRO")
120120
(def-builtin-entry 'LISP:FORMAT "XFORMAT")
121121
(def-builtin-entry 'system::SAVE "SAVE")
122+
(def-builtin-entry 'system::SRCLOAD "SRCLOAD")
122123
(def-builtin-entry 'system::BINLOAD "BINLOAD")
123124
(def-builtin-entry 'LISP:V+ "VPLUS")
124125
(def-builtin-entry 'LISP:V- "VMINUS")
@@ -397,6 +398,9 @@
397398
;(def-builtin-entry 'SYS::MALLOC_DEBUG "MALLOC_DEBUG")
398399
;(def-builtin-entry 'SYS::MALLOC_VERIFY "MALLOC_VERIFY")
399400
(def-builtin-entry 'SYS:LIST-ALL-REFERENCES "LISTALLREFERENCES")
401+
(def-builtin-entry 'SYS:LIST-CALLSTACK "LISTCALLSTACK")
402+
(def-builtin-entry 'SYS:LIST-ALL-BLOCKS "LISTALLBLOCKS")
403+
(def-builtin-entry 'SYS:LIST-ALL-TAGS "LISTALLTAGS")
400404
(def-builtin-entry 'SYS:LIST-ALL-CATCHERS "LISTALLCATCHERS")
401405
(def-builtin-entry 'SYS:LIST-ALL-BINDINGS "LISTBINDINGS")
402406
(def-builtin-entry 'SYS:LIST-ALL-FUNCTION-BINDINGS "LISTFUNCTIONBINDINGS")

0 commit comments

Comments
 (0)