1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #ifdef HAVE_CONFIG_H
- # include <config.h>
- #endif
- #include <srfi/srfi-13.h>
- void scm_init_srfi_13_no_clash_with_libguile (void);
- void scm_init_srfi_13_14_no_clash_with_libguile (void);
- void
- scm_init_srfi_13_no_clash_with_libguile (void)
- {
- }
- void
- scm_init_srfi_13_14_no_clash_with_libguile (void)
- {
- }
|