Update of /project/movitz/cvsroot/ia-x86 In directory common-lisp.net:/tmp/cvs-serv18328
Modified Files: inline-data.lisp Log Message: Designate the ia-x86 package with #:ia-x86 rather than "IA-X86". Also, a few very minor edits.
Date: Mon Feb 9 19:03:30 2004 Author: ffjeld
Index: ia-x86/inline-data.lisp diff -u ia-x86/inline-data.lisp:1.2 ia-x86/inline-data.lisp:1.3 --- ia-x86/inline-data.lisp:1.2 Fri Jan 16 06:54:14 2004 +++ ia-x86/inline-data.lisp Mon Feb 9 19:03:30 2004 @@ -1,19 +1,19 @@ ;;;;------------------------------------------------------------------ ;;;; -;;;; Copyright (C) 2000, +;;;; Copyright (C) 2000, 2004, ;;;; Department of Computer Science, University of Tromso, Norway ;;;; -;;;; Filename: ia-x86-inline-data.lisp +;;;; Filename: inline-data.lisp ;;;; Description: Objects that represents inline data in assembly listings. ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Mon Aug 21 10:35:46 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: inline-data.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $ +;;;; $Id: inline-data.lisp,v 1.3 2004/02/10 00:03:30 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
-(in-package "IA-X86") +(in-package #:ia-x86)
(defclass inline-data () ())