File: stream-fallback.lisp

package info (click to toggle)
cl-chipz 20130128-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 180
  • sloc: lisp: 2,503; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
;;;; stream-fallback.lisp -- loaded when there is no support for gray streams

(in-package :chipz)

(defun make-decompressing-stream (format stream)
	(declare (ignore format stream))
	(error "make-decompressing-stream is not supported for this lisp implementation"))