changed stacheight computation to top element size computation
authoreck <none@none>
Tue, 4 Sep 1990 16:56:39 +0000 (16:56 +0000)
committereck <none@none>
Tue, 4 Sep 1990 16:56:39 +0000 (16:56 +0000)
h/.distr
h/cgg_cg.h
h/em_mes.h

index be27788..fbe8913 100644 (file)
--- a/h/.distr
+++ b/h/.distr
@@ -15,6 +15,7 @@ em_ptyp.h
 em_reg.h
 em_spec.h
 out.h
+stb.h
 pc_err.h
 pc_file.h
 ranlib.h
index b4f00a5..7593f5d 100644 (file)
@@ -131,7 +131,7 @@ typedef struct exprnode *node_p;
 #define EX_XOR         42
 #define EX_AND         43
 #define EX_ISROM       44
-#define EX_STACKHEIGHT 45
+#define EX_TOPELTSIZE  45
 #define EX_FALLTHROUGH 46
 
 
index 16dea02..2d824d9 100644 (file)
@@ -21,7 +21,7 @@
 #define ms_gto 11      /* Dangerous procedure, uses nonlocal goto           */
 #define ms_stb 12      /* symbol table entry (for debugger)                 */
 #define ms_std 13      /* symbol table entry (for debugger) referring to dot */
-#define ms_sth  14      /* Height of the stack at a certain label           */
+#define ms_tes  14      /* Size of the top element at a certain label       */
 
 /*
  * for details about ms_reg, see em_reg.h