scsh-users
[Top] [All Lists]

Is this a correct fix for the `input-port?' problem?

To: scsh-bugs@martigny.ai.mit.edu
Subject: Is this a correct fix for the `input-port?' problem?
From: Joe Marshall <jrm@packetclustr.com>
Date: Wed, 1 Feb 95 11:30 EST
In scsh-package I added `extended-ports' before `scheme' in the
field-reader-package structure:

(define-structure field-reader-package scsh-field-reader-interface
  (open extended-ports
        scheme
        receiving               ; receive
        char-set-package
        scsh-utilities
        error-package           ; error
        scsh-regexp-package
        )
  (files fr))

Is this kosher?

<Prev in Thread] Current Thread [Next in Thread>
  • Is this a correct fix for the `input-port?' problem?, Joe Marshall <=