1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/libguile/gc_os_dep.c
Marius Vollmer 9500b5b950 New file.
2000-09-03 20:27:17 +00:00

10 lines
189 B
C

/* This is a dummy file. It will be replaced with the real thing when
all copyright issues have been settled. */
#include <stddef.h>
void *
scm_get_stack_base ()
{
return NULL;
}