Changeset 14550


Ignore:
Timestamp:
06/18/13 10:31:06 (10 years ago)
Author:
Mark Evenson
Message:

Backport r14549 | rschlatte | 2013-06-18 11:33:57 +0200 (Tue, 18 Jun 2013) | 1 line

fix previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2.x/src/org/armedbear/lisp/Package.java

    r14548 r14550  
    607607        if (sym == null)
    608608            sym = internalSymbols.get(symbol.name.toString());
    609         }
    610         if (sym != null)
     609        if (sym != null) {
    611610            if (sym != symbol) {
    612611                if (shadowingSymbols != null)
Note: See TracChangeset for help on using the changeset viewer.