Changeset 258


Ignore:
Timestamp:
Jan 11, 2004, 5:50:22 PM (21 years ago)
Author:
Gary Byers
Message:

NX-TAG-INFO compares tagbody tags with EQL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/nx0.lisp

    r196 r258  
    991991    (setq
    992992     tags (if toplevel *nx-tags* (afunc-tags afunc))
    993      taginfo (assq tagname tags)
     993     taginfo (assoc tagname tags)
    994994     parent (afunc-parent afunc))
    995995    (if taginfo
Note: See TracChangeset for help on using the changeset viewer.