mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Source offsets were not used in cmpdefs.lsp
This commit is contained in:
parent
957dd894bd
commit
87f60d3db1
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@
|
|||
(debug 0) ;;; Debug quality
|
||||
(file (car ext:*source-location*))
|
||||
;;; Source file or NIL
|
||||
(file-position *compile-file-position*)
|
||||
(file-position (or (cdr ext:*source-location*) *compile-file-position*))
|
||||
;;; Top-level form number in source file
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue