1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

New file.

This commit is contained in:
Marius Vollmer 2000-09-03 20:27:17 +00:00
parent cadee6cf34
commit 9500b5b950

10
libguile/gc_os_dep.c Normal file
View file

@ -0,0 +1,10 @@
/* 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;
}