Changeset 8608 for trunk/j/src/org/armedbear/lisp/jvm.lisp
- Timestamp:
- 02/18/05 18:22:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/jvm.lisp
r8603 r8608 2 2 ;;; 3 3 ;;; Copyright (C) 2003-2005 Peter Graves 4 ;;; $Id: jvm.lisp,v 1. 399 2005-02-18 14:30:46 piso Exp $4 ;;; $Id: jvm.lisp,v 1.400 2005-02-18 18:22:16 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 5235 5235 5236 5236 5237 (when (and *magic* (null (compiland-parent compiland))) 5237 (when (and *magic* 5238 (null (compiland-parent compiland)) 5239 ;; FIXME support SETF functions! 5240 (symbolp (compiland-name compiland))) 5238 5241 (when (memq '&OPTIONAL lambda-list) 5239 5242 (unless (or (memq '&KEY lambda-list) (memq '&REST lambda-list))
Note: See TracChangeset
for help on using the changeset viewer.