X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=7e43abc2926f1cbfb7b4c59e874735d5b0f03106;hp=1c9801f9af65398da2864ee7320e7bb96648a4bb;hb=d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a;hpb=20b7cbdc3324352b14760ffc86babad71c2fbf0e diff --git a/kmrcl.asd b/kmrcl.asd index 1c9801f..7e43abc 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.47 2003/07/31 17:11:44 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -33,6 +33,7 @@ :components ((:file "package") (:file "ifstar" :depends-on ("package")) + (:file "byte-stream" :depends-on ("package")) (:file "macros" :depends-on ("package")) (:file "functions" :depends-on ("macros")) (:file "lists" :depends-on ("macros"))