X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-c.lisp;h=022268910b49ab499569f4cc51d1be5589eed2ab;hb=4719b7d5d66c5930d3efd6a6d8e7572b16809f8d;hp=913bde5d8ef26ae7ec191a3bcefdf598559dbea2;hpb=4823297c200e5b1fcab240f06ce82c308b8ee7d7;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index 913bde5..0222689 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -56,13 +56,13 @@ ;;; *FREE-VARIABLES*, only it deals with function names. (defvar *free-variables*) (defvar *free-functions*) -(declaim (hash-table *free-variables* *free-functions*)) +(declaim (type hash-table *free-variables* *free-functions*)) -;;; We use the same Constant structure to represent all equal anonymous -;;; constants. This hashtable translates from constants to the Leafs that +;;; We use the same CONSTANT structure to represent all equal anonymous +;;; constants. This hashtable translates from constants to the LEAFs that ;;; represent them. (defvar *constants*) -(declaim (hash-table *constants*)) +(declaim (type hash-table *constants*)) ;;; miscellaneous forward declarations (defvar *code-segment*)