Changeset 4704 for trunk/j/src/org/armedbear/lisp/jvm.lisp
- Timestamp:
- 11/11/03 20:29:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/jvm.lisp
r4703 r4704 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: jvm.lisp,v 1.2 4 2003-11-11 20:13:03piso Exp $4 ;;; $Id: jvm.lisp,v 1.25 2003-11-11 20:29:41 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 1732 1732 (when index 1733 1733 (compile-form (cadr rest)) 1734 (emit-push-value) 1734 (if for-effect 1735 (unless (remove-store-value) 1736 (emit-push-value)) 1737 (emit-push-value)) 1735 1738 (emit 'astore index) 1736 1739 (return-from compile-setq))
Note: See TracChangeset
for help on using the changeset viewer.