DIR isn't a struct

This commit is contained in:
Alex Shinn 2009-12-26 09:09:04 +09:00
parent e82b500b61
commit 55710f48be

View file

@ -3,7 +3,7 @@
(c-system-include "unistd.h") (c-system-include "unistd.h")
(c-system-include "dirent.h") (c-system-include "dirent.h")
(define-c-struct DIR (define-c-type DIR
finalizer: closedir) finalizer: closedir)
(define-c-struct dirent (define-c-struct dirent