aboutsummaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1995-04-11 14:56:30 -0300
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1995-04-11 14:56:30 -0300
commit8156604823aa487f4436d33fe89302598faab3db (patch)
tree6ed6e5ec52c397e8e3ce11fec01440fd4287b1ab /opcode.h
parent36b6fdda833d4dd4a866d2c96ac42062b2b29af9 (diff)
downloadlua-8156604823aa487f4436d33fe89302598faab3db.tar.gz
lua-8156604823aa487f4436d33fe89302598faab3db.tar.bz2
lua-8156604823aa487f4436d33fe89302598faab3db.zip
run-time stack now is controled at run time, instead of
compilation time.
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/opcode.h b/opcode.h
index 599ece26..f7b5859e 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1,6 +1,6 @@
1/* 1/*
2** TeCGraf - PUC-Rio 2** TeCGraf - PUC-Rio
3** $Id: opcode.h,v 3.9 1994/11/23 14:31:11 roberto Stab $ 3** $Id: opcode.h,v 3.10 1994/12/20 21:20:36 roberto Exp celes $
4*/ 4*/
5 5
6#ifndef opcode_h 6#ifndef opcode_h
@@ -10,18 +10,12 @@
10#include "types.h" 10#include "types.h"
11#include "tree.h" 11#include "tree.h"
12 12
13#ifndef STACKGAP
14#define STACKGAP 128
15#endif
16
17#ifndef real 13#ifndef real
18#define real float 14#define real float
19#endif 15#endif
20 16
21#define FIELDS_PER_FLUSH 40 17#define FIELDS_PER_FLUSH 40
22 18
23#define MAX_TEMPS 20
24
25 19
26typedef enum 20typedef enum
27{ 21{