Skip to content

Commit

Permalink
Make +PASS-THROUGH+ available at load-time.
Browse files Browse the repository at this point in the history
  • Loading branch information
flambard committed Feb 4, 2013
1 parent 97d317f commit 42de921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/node-protocol.lisp
@@ -1,6 +1,8 @@
(in-package :cleric) (in-package :cleric)


(defconstant +pass-through+ 112) (eval-when (:compile-toplevel :load-toplevel :execute)
(defconstant +pass-through+ 112)
)


(alexandria:define-constant +tock+ (alexandria:define-constant +tock+
(make-array 4 :element-type 'octet :initial-element 0) (make-array 4 :element-type 'octet :initial-element 0)
Expand Down

0 comments on commit 42de921

Please sign in to comment.