STk-3.1 -- minor bug in posix.stk

From: Clifford Beshers <beshers_at_cs.columbia.edu>
Date: Fri, 26 Jul 1996 13:18:32 -0400 (EDT)

The definition in posix.stk intended to provide backward compatibility
of the function ``posix-access'', now ``posix-access?'' was itself
backwards. Two wrongs don't make a right, and neither do two
backwards, apparently.

A patch:


beshers_at_okeeffe>>>> diff -C3 Lib/posix.stk Lib/posix.stk.orig
*** Lib/posix.stk Fri Jul 26 13:18:55 1996
--- Lib/posix.stk.orig Fri Jul 26 13:18:29 1996
***************
*** 37,42 ****
  ;;;;
  ;;;; Backward compatibility
  ;;;;
! (define posix-access posix-access?)
  
  (provide "posix")
--- 37,42 ----
  ;;;;
  ;;;; Backward compatibility
  ;;;;
! (define posix-access? posix-access)
  
  (provide "posix")
beshers_at_okeeffe>>>>
Received on Fri Jul 26 1996 - 19:20:32 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST