mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
Accidentally deleted a character.
This commit is contained in:
parent
d47c766a13
commit
4d1a14fe44
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@
|
|||
;;; Variables and constants for error handling
|
||||
;;;
|
||||
(defvar *current-form* '|compiler preprocess|)
|
||||
(defvar *current-toplevel-form* |compiler preprocess|)
|
||||
(defvar *current-toplevel-form* '|compiler preprocess|)
|
||||
(defvar *current-c2form* nil)
|
||||
(defvar *compile-file-position* -1)
|
||||
(defvar *first-error* t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue