From acb52420b3c6a3ce7a427446c4f3c91097d4d819 Mon Sep 17 00:00:00 2001
From: "Liam M. Healy" <lhealy@common-lisp.net>
Date: Sun, 23 Oct 2011 20:48:20 -0400
Subject: [PATCH] Eliminate defenumeration

---
 linear-algebra/blas2.lisp | 13 +------------
 linear-algebra/blas3.lisp |  9 +--------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/linear-algebra/blas2.lisp b/linear-algebra/blas2.lisp
index c809fd68..a0433eb1 100644
--- a/linear-algebra/blas2.lisp
+++ b/linear-algebra/blas2.lisp
@@ -1,6 +1,6 @@
 ;; BLAS level 2, Matrix-vector operations
 ;; Liam Healy, Wed Apr 26 2006 - 21:08
-;; Time-stamp: <2011-10-23 20:26:44EDT blas2.lisp>
+;; Time-stamp: <2011-10-23 20:36:31EDT blas2.lisp>
 ;;
 ;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
 ;; Distributed under the terms of the GNU General Public License
@@ -22,17 +22,6 @@
 
 ;;; /usr/include/gsl/gsl_blas.h
 
-;;;;****************************************************************************
-;;;; Options
-;;;;****************************************************************************
-
-#+fsbv (fsbv:defenumeration cblas-transpose)
-;;; Eventually, #-fsbv (cffi:defconvert-cenum cblas-transpose)
-
-#+fsbv (fsbv:defenumeration cblas-uplo)
-
-#+fsbv (fsbv:defenumeration cblas-diag)
-
 ;;;;****************************************************************************
 ;;;; Functions
 ;;;;****************************************************************************
diff --git a/linear-algebra/blas3.lisp b/linear-algebra/blas3.lisp
index 2492e0e2..e01aa635 100644
--- a/linear-algebra/blas3.lisp
+++ b/linear-algebra/blas3.lisp
@@ -1,6 +1,6 @@
 ;; BLAS level 3, Matrix-matrix operations
 ;; Liam Healy, Wed Apr 26 2006 - 21:08
-;; Time-stamp: <2011-10-23 20:27:45EDT blas3.lisp>
+;; Time-stamp: <2011-10-23 20:37:22EDT blas3.lisp>
 ;;
 ;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
 ;; Distributed under the terms of the GNU General Public License
@@ -22,13 +22,6 @@
 
 ;;; /usr/include/gsl/gsl_blas.h
 
-;;;;****************************************************************************
-;;;; Options
-;;;;****************************************************************************
-
-#+fsbv (fsbv:defenumeration cblas-side)
-;;; Eventually, #-fsbv (cffi:defconvert-cenum cblas-side)
-
 ;;;;****************************************************************************
 ;;;; Functions
 ;;;;****************************************************************************
-- 
GitLab