[movitz-cvs] CVS update: ia-x86/operands.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Feb 10 00:03:42 UTC 2004
Update of /project/movitz/cvsroot/ia-x86
In directory common-lisp.net:/tmp/cvs-serv11585
Modified Files:
operands.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:42 2004
Author: ffjeld
Index: ia-x86/operands.lisp
diff -u ia-x86/operands.lisp:1.3 ia-x86/operands.lisp:1.4
--- ia-x86/operands.lisp:1.3 Mon Feb 9 18:46:23 2004
+++ ia-x86/operands.lisp Mon Feb 9 19:03:42 2004
@@ -9,11 +9,11 @@
;;;; Created at: Wed Feb 16 14:02:57 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: operands.lisp,v 1.3 2004/02/09 23:46:23 ffjeld Exp $
+;;;; $Id: operands.lisp,v 1.4 2004/02/10 00:03:42 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
-(in-package "IA-X86")
+(in-package #:ia-x86)
;;; ----------------------------------------------------------------
;;; Operand types
More information about the Movitz-cvs
mailing list