Changeset 4625
- Timestamp:
- 11/03/03 03:04:20 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/format.lisp
r4257 r4625 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: format.lisp,v 1. 2 2003-10-08 17:50:58piso Exp $4 ;;; $Id: format.lisp,v 1.3 2003-11-03 03:04:20 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 80 80 params) 81 81 82 #+cmu 82 83 (defun %print-format-directive (struct stream depth) 83 84 (declare (ignore depth))
Note: See TracChangeset
for help on using the changeset viewer.