M2: mes.c

This commit is contained in:
Jan Nieuwenhuizen 2019-10-29 22:28:45 +01:00
parent 29379ce55d
commit cd6f1a891e
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>
char *g_datadir;
int g_debug;
char *g_buf;
SCM g_continuations;
SCM g_symbols;
// char const *MES_PKGDATADIR = "mes";
SCM
mes_g_stack (SCM a) /*:((internal)) */
{
//g_stack = g_free + ARENA_SIZE;
g_stack = STACK_SIZE;
R0 = a;
R1 = make_char (0);