diff conditions.lisp @ 3:e854a73b0328

Add package definition and in-package forms. darcs-hash:20061025162304-aa3d6-85ddf506c4c08f698cd7057917770c0ce2ce4bf3.gz
author m.pearce <m.pearce@gold.ac.uk>
date Wed, 25 Oct 2006 17:23:04 +0100
parents 8fbbb0f14f3c
children cb470aecc3b0
line wrap: on
line diff
--- a/conditions.lisp	Mon Oct 16 17:07:36 2006 +0100
+++ b/conditions.lisp	Wed Oct 25 17:23:04 2006 +0100
@@ -1,3 +1,5 @@
+(cl:in-package #:amuse) 
+
 ;; Some conditions we might want to be able to signal
 
 (define-condition undefined-action (condition)