summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
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{