[movitz-cvs] CVS update: ia-x86/symtab.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Feb 10 00:04:19 UTC 2004
Update of /project/movitz/cvsroot/ia-x86
In directory common-lisp.net:/tmp/cvs-serv31617
Modified Files:
symtab.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:19 2004
Author: ffjeld
Index: ia-x86/symtab.lisp
diff -u ia-x86/symtab.lisp:1.2 ia-x86/symtab.lisp:1.3
--- ia-x86/symtab.lisp:1.2 Fri Jan 16 06:54:14 2004
+++ ia-x86/symtab.lisp Mon Feb 9 19:04:19 2004
@@ -1,19 +1,19 @@
;;;;------------------------------------------------------------------
;;;;
-;;;; Copyright (C) 2000,
+;;;; Copyright (C) 2000, 2004,
;;;; Department of Computer Science, University of Tromso, Norway
;;;;
-;;;; Filename: ia-x86-symtab.lisp
+;;;; Filename: symtab.lisp
;;;; Description: Assembly symbolic lookups.
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Tue Aug 22 10:01:38 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: symtab.lisp,v 1.2 2004/01/16 11:54:14 ffjeld Exp $
+;;;; $Id: symtab.lisp,v 1.3 2004/02/10 00:04:19 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
-(in-package "IA-X86")
+(in-package #:ia-x86)
;;; A symtab is a stack-organized list of "frames", where each frame
;;; is a hash-table.
More information about the Movitz-cvs
mailing list