Skip to content
  • Elias Pipping's avatar
    Bug fix: Have %wait-process-result fail on CLISP · 9198e77f
    Elias Pipping authored
    On platforms where %wait-process-result is not supported,
    an error is supposed to be raised. Since the error is only
    raised when the process-info field 'process' is non-nil, on
    CLISP (where 'process' is always NIL), the function instead
    behaves like a dummy.
    9198e77f