* gc.h (scm_get_stack_base): Added prototype.
[bpt/guile.git] / libguile / gc_os_dep.c
CommitLineData
9500b5b9
MV
1/* This is a dummy file. It will be replaced with the real thing when
2 all copyright issues have been settled. */
3
4#include <stddef.h>
5
6void *
7scm_get_stack_base ()
8{
9 return NULL;
10}