File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 119
119
(def-builtin-entry ' LISP:GET-DISPATCH-MACRO-CHARACTER " GETDISPMACRO" )
120
120
(def-builtin-entry ' LISP:FORMAT " XFORMAT" )
121
121
(def-builtin-entry ' system::SAVE " SAVE" )
122
+ (def-builtin-entry ' system::SRCLOAD " SRCLOAD" )
122
123
(def-builtin-entry ' system::BINLOAD " BINLOAD" )
123
124
(def-builtin-entry ' LISP:V+ " VPLUS" )
124
125
(def-builtin-entry ' LISP:V- " VMINUS" )
397
398
; (def-builtin-entry 'SYS::MALLOC_DEBUG "MALLOC_DEBUG")
398
399
; (def-builtin-entry 'SYS::MALLOC_VERIFY "MALLOC_VERIFY")
399
400
(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" )
400
404
(def-builtin-entry ' SYS:LIST-ALL-CATCHERS " LISTALLCATCHERS" )
401
405
(def-builtin-entry ' SYS:LIST-ALL-BINDINGS " LISTBINDINGS" )
402
406
(def-builtin-entry ' SYS:LIST-ALL-FUNCTION-BINDINGS " LISTFUNCTIONBINDINGS" )
You can’t perform that action at this time.
0 commit comments