Ignore:
Timestamp:
08/13/10 21:10:39 (13 years ago)
Author:
ehuelsmann
Message:

Remove exclamation marks which were in place to avoid naming
conflicts; the conflicting names have been deleted from pass2 now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generic-class-file/abcl/src/org/armedbear/lisp/jvm.lisp

    r12894 r12895  
    151151                                                      "java.util.UUID"))))))
    152152
    153 (defun make-class-file (&key pathname lambda-name lambda-list)
     153(defun make-abcl-class-file (&key pathname lambda-name lambda-list)
    154154  "Creates a `class-file' structure. If `pathname' is non-NIL, it's
    155155used to derive a class name. If it is NIL, a random one created
Note: See TracChangeset for help on using the changeset viewer.