stklos bug - type <null> not recognized

From: David Fox <fox_at_first.cs.nyu.edu>
Date: Thu, 10 Nov 94 10:22:10 -0500

The value () is not recognized either as a <pair> or a <null>
in stklos. I made the following simple change to remedy this,
will this cause any problems I don't know about?

*** stklos.c~ Wed Sep 14 13:44:17 1994
--- stklos.c Thu Nov 10 10:19:07 1994
***************
*** 393,395 ****
  #endif
! default: return (procedurep(obj) == truth)? Procedure: Unknown;
    }
--- 393,396 ----
  #endif
! default: return (procedurep(obj) == truth)? Procedure:
! NULLP(obj) ? Null: Unknown;
    }
Received on Thu Nov 10 1994 - 16:23:26 CET

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