Ignore:
Timestamp:
12/27/13 15:58:16 (9 years ago)
Author:
Mark Evenson
Message:

Correctly initialize/restore *BACKQUOTE-COUNT* special when loading FASLs.

Throw intelligible errors from problems encountered by SHARPSIGN-DOT
macros passed through '--eval' arguments.

Fixes #334.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/backquote.lisp

    r11391 r14591  
    7373;;; of ",@a)"
    7474
    75 ;; (%defvar '*backquote-count* 0)
     75;; (%defvar '*backquote-count* 0) ; defined in Java, q.v. Lisp.java:2754
    7676(%defvar '*bq-comma-flag* '(|,|))
    7777(%defvar '*bq-at-flag* '(|,@|))
    7878(%defvar '*bq-dot-flag* '(|,.|))
    79 ;; (%defvar '*bq-vector-flag* '(|bqv|))
     79;; (%defvar '*bq-vector-flag* '(|bqv|)) ; defined in Java, q.v. Lisp.java:2757
    8080
    8181;;; the actual character macro
Note: See TracChangeset for help on using the changeset viewer.