Changeset 9064 for trunk/j/src/org/armedbear/lisp/pprint-dispatch.lisp
- Timestamp:
- 05/05/05 15:49:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/pprint-dispatch.lisp
r7911 r9064 1 1 ;;; pprint-dispatch.lisp 2 2 ;;; 3 ;;; Copyright (C) 2004 Peter Graves4 ;;; $Id: pprint-dispatch.lisp,v 1. 2 2004-10-04 16:33:50piso Exp $3 ;;; Copyright (C) 2004-2005 Peter Graves 4 ;;; $Id: pprint-dispatch.lisp,v 1.3 2005-05-05 15:49:28 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 66 66 (unless table 67 67 (setf table *ipd*)) 68 (sys::require-type table 'pprint-dispatch-table) 68 69 (let* ((new-conses-with-cars 69 70 (make-hash-table :test #'eq
Note: See TracChangeset
for help on using the changeset viewer.