Changeset 4220 for trunk/j/src/org/armedbear
- Timestamp:
- 10/06/03 13:55:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/boot.lisp
r4207 r4220 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: boot.lisp,v 1.11 5 2003-10-06 00:18:57piso Exp $4 ;;; $Id: boot.lisp,v 1.116 2003-10-06 13:55:22 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 401 401 '(format s " ")) 402 402 ,(when identity 403 '(format s "@ ~A" (sys::hashcode-to-string obj)))403 '(format s "@ #x~A" (sys::hashcode-to-string obj))) 404 404 (format s ">") 405 405 nil))
Note: See TracChangeset
for help on using the changeset viewer.