Remove unused CVS keywords, regularize package definition/references.

This commit is contained in:
2012-11-18 02:33:17 +01:00
parent 6d6121bcca
commit e7620a0a52
33 changed files with 37 additions and 69 deletions

View File

@ -1,6 +1,6 @@
;;(eval-when (:compile-toplevel :load-toplevel :execute) (require "CLASH"))
(defpackage :CLASH-BENCH (:use :cl :CLASH))
(in-package :CLASH-BENCH)
;;(eval-when (:compile-toplevel :load-toplevel :execute) (require "clash"))
(cl:defpackage #:clash-bench (:use #:cl #:clash))
(cl:in-package :clash-bench)
(eval-when (:compile-toplevel :load-toplevel :execute) (enable-clash-syntax))
(defvar *my-server* (make-instance 'http-server/1.0))