From da35a0263827c1bc6cd61b48e7cb90d7ee0dec4d Mon Sep 17 00:00:00 2001
From: Liam Healy <liam@thinkpad.local>
Date: Sat, 22 Aug 2009 15:24:09 -0400
Subject: [PATCH] Condition defconstants with eval-when

The GSL condition code defconstants are now enclosed in an eval-when
so that they can be used later in the same file.
---
 init/conditions.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/conditions.lisp b/init/conditions.lisp
index a9469e29..6feb6d31 100644
--- a/init/conditions.lisp
+++ b/init/conditions.lisp
@@ -1,6 +1,6 @@
 ;; GSL errors                                
 ;; Liam Healy Sat Mar  4 2006 - 18:33
-;; Time-stamp: <2009-06-15 21:46:41EDT conditions.lisp>
+;; Time-stamp: <2009-08-22 15:19:52EDT conditions.lisp>
 ;; $Id$
 
 (in-package :gsl)
-- 
GitLab