fsplay vtable quirkiness
Matthew Dempsky <[email protected]> 09 May 2004 22:16:55 -0500
| Newsgroups | gmane.lisp.scheme.pika.devel |
|---|---|
| Message-ID | <[email protected]> |
In the fsplay code, the code will segfault if the client code provides
0 for the ref function, but 0 for the unref function is perfectly
acceptable. Should the ref function calls be wrapped by "if
(type->ref) { ... }" code too?
-jivera