changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/sndfile/pkg.lisp

revision 696: 38e9c3be2392
parent 695: 2bad47888dbf
     1.1--- a/lisp/ffi/sndfile/pkg.lisp	Fri Oct 04 16:14:44 2024 -0400
     1.2+++ b/lisp/ffi/sndfile/pkg.lisp	Fri Oct 04 21:11:52 2024 -0400
     1.3@@ -13,9 +13,9 @@
     1.4 
     1.5 (define-alien-loader "sndfile" t "/usr/lib/")
     1.6 
     1.7-(define-opaque sndfile t)
     1.8-
     1.9-(define-opaque sf-chunk-iterator)
    1.10+(eval-always
    1.11+  (define-opaque sndfile t)
    1.12+  (define-opaque sf-chunk-iterator t))
    1.13 
    1.14 (define-alien-type sf-count long)
    1.15