From: Guillermo J. Rozas Date: Fri, 16 Jul 1993 06:33:12 +0000 (+0000) Subject: Add new dummy predicates needed by the rest of edwin. X-Git-Tag: 20090517-FFI~8202 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=065e0251fa6c0e9689da5a0ba35509d15dff8f25;p=mit-scheme.git Add new dummy predicates needed by the rest of edwin. --- diff --git a/v7/src/edwin/dosproc.scm b/v7/src/edwin/dosproc.scm index be0ffac04..50b7fba85 100644 --- a/v7/src/edwin/dosproc.scm +++ b/v7/src/edwin/dosproc.scm @@ -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 @@ -71,4 +71,10 @@ (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