common-lisp.net
/
projects/qitab/inferior-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
10efffe
)
Define generics to avoid a style warning message at times.
author
Francois-Rene Rideau
<fare@tunes.org>
Sun, 27 May 2012 23:07:20 +0000 (19:07 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Thu, 31 May 2012 18:41:52 +0000 (14:41 -0400)
run-generic.lisp
patch
|
blob
|
blame
|
history
diff --git
a/run-generic.lisp
b/run-generic.lisp
index
5975f4c
..
d4a54bc
100644
(file)
--- a/
run-generic.lisp
+++ b/
run-generic.lisp
@@
-2,6
+2,10
@@
(in-package :inferior-shell)
+(defgeneric process-redirection (redirection input output error))
+(defgeneric generic-run-spec (spec input output error predicate rest resume))
+(defgeneric process-result (result))
+
;; list of streams to close when finished
(defvar *streams-to-close* nil)