M2: mes.c

This commit is contained in:
Jan Nieuwenhuizen 2019-10-29 22:28:45 +01:00
parent 9f18a9adff
commit 3280aac34d
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 6 deletions

View File

@ -27,16 +27,11 @@
#include <string.h> #include <string.h>
#include <string.h> #include <string.h>
char *g_datadir; // char const *MES_PKGDATADIR = "mes";
int g_debug;
char *g_buf;
SCM g_continuations;
SCM g_symbols;
SCM SCM
mes_g_stack (SCM a) /*:((internal)) */ mes_g_stack (SCM a) /*:((internal)) */
{ {
//g_stack = g_free + ARENA_SIZE;
g_stack = STACK_SIZE; g_stack = STACK_SIZE;
R0 = a; R0 = a;
R1 = make_char (0); R1 = make_char (0);