Add new dummy predicates needed by the rest of edwin.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 16 Jul 1993 06:33:12 +0000 (06:33 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 16 Jul 1993 06:33:12 +0000 (06:33 +0000)
v7/src/edwin/dosproc.scm

index be0ffac04b7df3249f26dc323f7b21604776f225..50b7fba85b97df5966f208153305fb382ed2b7f1 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: dosproc.scm,v 1.2 1992/09/23 23:04:23 jinx Exp $
+;;;    $Id: dosproc.scm,v 1.3 1993/07/16 06:33:12 gjr Exp $
 ;;;
-;;;    Copyright (c) 1992 Massachusetts Institute of Technology
+;;;    Copyright (c) 1992-1993 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
               (macro (name)
                 `(define ,name (process-operation ',name)))))
 
-  (define-process-operation delete-process))
\ No newline at end of file
+  (define-process-operation delete-process))
+
+(define (process-status-changes?)
+  false)
+
+(define (process-output-available?)
+  false)
\ No newline at end of file