[movitz-cvs] CVS update: ia-x86/alignment.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Feb 10 00:03:10 UTC 2004
Update of /project/movitz/cvsroot/ia-x86
In directory common-lisp.net:/tmp/cvs-serv11614
Modified Files:
alignment.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:09 2004
Author: ffjeld
Index: ia-x86/alignment.lisp
diff -u ia-x86/alignment.lisp:1.2 ia-x86/alignment.lisp:1.3
--- ia-x86/alignment.lisp:1.2 Fri Jan 16 06:54:14 2004
+++ ia-x86/alignment.lisp Mon Feb 9 19:03:09 2004
@@ -10,11 +10,11 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Wed Apr 10 12:47:08 2002
;;;;
-;;;; $Id: alignment.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
+;;;; $Id: alignment.lisp,v 1.3 2004/02/10 00:03:09 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
-(in-package "IA-X86")
+(in-package #:ia-x86)
(defclass alignment ()
((type
More information about the Movitz-cvs
mailing list