Racket - NULL pointer handling
SWIG now converts a C/C++ NULL pointer into a null value by calling scheme_make_null(), so that scheme's null? is true for a NULL C/C++ pointer value. Consistency with Guile and needed for a pending commit for handling NULL and std::unique_ptr.
This commit is contained in:
parent
3f622ea65e
commit
2cfd77b1c0
5 changed files with 31 additions and 9 deletions
3
Examples/test-suite/mzscheme/null_pointer_runme.scm
Normal file
3
Examples/test-suite/mzscheme/null_pointer_runme.scm
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(load-extension "null_pointer.so")
|
||||
|
||||
(load "../schemerunme/null_pointer.scm")
|
||||
Loading…
Add table
Add a link
Reference in a new issue