diff options
Diffstat (limited to 'stdlib/ffi.tl')
-rw-r--r-- | stdlib/ffi.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/ffi.tl b/stdlib/ffi.tl index 4284f9e8..1179509a 100644 --- a/stdlib/ffi.tl +++ b/stdlib/ffi.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defmacro sys:dlib-expr (spec) (typecase spec (null ^(dlopen)) |