mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
10 lines
189 B
C
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;
|
|
}
|