~ubuntu-branches/debian/squeeze/cmucl/squeeze

« back to all changes in this revision

Viewing changes to src/code/sap.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2009-02-18 05:50:05 UTC
  • mfrom: (0.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218055005-kt6ookdcasemovhl
Tags: 19e-20080501-2
* fix brown bag bug: use cmucl in script, not lisp
* New version should Fixes: #483331 because of asm change

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
;;; Carnegie Mellon University, and has been placed in the public domain.
6
6
;;;
7
7
(ext:file-comment
8
 
  "$Header: /project/cmucl/cvsroot/src/code/sap.lisp,v 1.18 2003/10/15 13:16:37 toy Exp $")
 
8
  "$Header: /project/cmucl/cvsroot/src/code/sap.lisp,v 1.19 2008/01/03 11:41:52 cshapiro Exp $")
9
9
;;;
10
10
;;; **********************************************************************
11
11
;;;
220
220
           (type double-float new-value))
221
221
  (setf (sap-ref-double sap offset) new-value))
222
222
 
223
 
#+long-float
 
223
#+(or x86 long-float)
224
224
(defun %set-sap-ref-long (sap offset new-value)
225
225
  (declare (type system-area-pointer sap)
226
226
           (fixnum offset)