1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

run-time stack now is controled at run time, instead of

compilation time.
This commit is contained in:
Waldemar Celes
1995-04-11 14:56:30 -03:00
parent 36b6fdda83
commit 8156604823
3 changed files with 108 additions and 86 deletions
+1 -7
View File
@@ -1,6 +1,6 @@
/*
** TeCGraf - PUC-Rio
** $Id: opcode.h,v 3.9 1994/11/23 14:31:11 roberto Stab $
** $Id: opcode.h,v 3.10 1994/12/20 21:20:36 roberto Exp celes $
*/
#ifndef opcode_h
@@ -10,18 +10,12 @@
#include "types.h"
#include "tree.h"
#ifndef STACKGAP
#define STACKGAP 128
#endif
#ifndef real
#define real float
#endif
#define FIELDS_PER_FLUSH 40
#define MAX_TEMPS 20
typedef enum
{