[movitz-cvs] CVS update: ia-x86/utilities.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Feb 10 00:04:24 UTC 2004
Update of /project/movitz/cvsroot/ia-x86
In directory common-lisp.net:/tmp/cvs-serv9504
Modified Files:
utilities.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:04:24 2004
Author: ffjeld
Index: ia-x86/utilities.lisp
diff -u ia-x86/utilities.lisp:1.2 ia-x86/utilities.lisp:1.3
--- ia-x86/utilities.lisp:1.2 Fri Jan 16 06:54:14 2004
+++ ia-x86/utilities.lisp Mon Feb 9 19:04:24 2004
@@ -1,6 +1,6 @@
;;;;------------------------------------------------------------------
;;;;
-;;;; Copyright (C) 20012000, 2003, Frode Vatved Fjeld
+;;;; Copyright (C) 20012000, 2003-2004, Frode Vatved Fjeld
;;;;
;;;; Filename: utilities.lisp
;;;; Description:
@@ -8,13 +8,13 @@
;;;; Created at: Sun Nov 2 14:51:21 EET 2003
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: utilities.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
+;;;; $Id: utilities.lisp,v 1.3 2004/02/10 00:04:24 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
;; FIXME: There is probably a better place in the great scheme of
;; things for stuff like this...
-(in-package "IA-X86")
+(in-package #:ia-x86)
;; Unfortunately ANSI doesn't specify the slots and initargs of
;; STYLE-WARNINGS... but we don't want to signal full WARNIGN either,
More information about the Movitz-cvs
mailing list