X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-c.lisp;h=1e3f6162329ff0939b4e5ebb551183deb2edb3a1;hb=ba38798a5ca26b90647a1993f348806cb32f2d1b;hp=acf0085c998a2efb77822286a2b69f658a62035d;hpb=29a9ccc860532b32c566aec095f570e999a9c52c;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index acf0085..1e3f616 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -73,12 +73,12 @@ (defvar *lexenv*) (declaim (type lexenv *lexenv*)) -;;; *FREE-VARIABLES* translates from the names of variables referenced +;;; *FREE-VARS* translates from the names of variables referenced ;;; globally to the LEAF structures for them. *FREE-FUNS* is like -;;; *FREE-VARIABLES*, only it deals with function names. -(defvar *free-variables*) +;;; *FREE-VARS*, only it deals with function names. +(defvar *free-vars*) (defvar *free-funs*) -(declaim (type hash-table *free-variables* *free-funs*)) +(declaim (type hash-table *free-vars* *free-funs*)) ;;; We use the same CONSTANT structure to represent all equal anonymous ;;; constants. This hashtable translates from constants to the LEAFs that