123456789101112131415161718192021222324252627282930313233343536373839 |
- #ifdef HAVE_CONFIG_H
- # include <config.h>
- #endif
- #include <srfi/srfi-4.h>
- void scm_init_srfi_4_no_clash_with_libguile (void);
- void
- scm_init_srfi_4_no_clash_with_libguile (void)
- {
- }
|