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.
3 lines
145 B
Scheme
3 lines
145 B
Scheme
(dynamic-call "scm_init_null_pointer_module" (dynamic-link "./libnull_pointer"))
|
|
(load "testsuite.scm")
|
|
(load "../schemerunme/null_pointer.scm")
|