Comment 2 for bug 721087

Revision history for this message
Stas Boukarev (stassats) wrote :

That's only fixing a symptom. The problem is that NIL, when passed as a c-string, is translated into (int-sap 0), and into a reference to (int-sap 0).
I don't really see why c-string should accept NIL, so I attached two patches, one that handles NIL, and one that removes handling of NIL.