mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 13:37:35 +02:00
DIR isn't a struct
This commit is contained in:
parent
e82b500b61
commit
55710f48be
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
(c-system-include "unistd.h")
|
||||
(c-system-include "dirent.h")
|
||||
|
||||
(define-c-struct DIR
|
||||
(define-c-type DIR
|
||||
finalizer: closedir)
|
||||
|
||||
(define-c-struct dirent
|
||||
|
|
Loading…
Add table
Reference in a new issue