[movitz-cvs] CVS update: movitz/losp/muerte/basic-functions.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Thu May 5 13:21:48 UTC 2005


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv14053

Modified Files:
	basic-functions.lisp 
Log Message:
Removed global-properties from run-time-context. Put the hash-table of
all packages in *packages* instead.

Date: Thu May  5 15:21:48 2005
Author: ffjeld

Index: movitz/losp/muerte/basic-functions.lisp
diff -u movitz/losp/muerte/basic-functions.lisp:1.17 movitz/losp/muerte/basic-functions.lisp:1.18
--- movitz/losp/muerte/basic-functions.lisp:1.17	Wed Apr 20 08:52:26 2005
+++ movitz/losp/muerte/basic-functions.lisp	Thu May  5 15:21:46 2005
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Tue Sep  4 18:41:57 2001
 ;;;;                
-;;;; $Id: basic-functions.lisp,v 1.17 2005/04/20 06:52:26 ffjeld Exp $
+;;;; $Id: basic-functions.lisp,v 1.18 2005/05/05 13:21:46 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -326,9 +326,6 @@
     (compiled-function
      x)
     (t (error "Not a function: ~S" x))))
-
-(defun get-global-property (property)
-  (getf (load-global-constant global-properties) property))
 
 (define-compiler-macro object-location (object)
   "The location is the object's address divided by fixnum-factor."




More information about the Movitz-cvs mailing list