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:
parent
cadee6cf34
commit
9500b5b950
1 changed files with 10 additions and 0 deletions
10
libguile/gc_os_dep.c
Normal file
10
libguile/gc_os_dep.c
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue