[hackers] [scc] [cc2] change sym->u.ilabel to sym->inst || Roberto E. Vargas Caballero
commit 8ec7fbf712e7b396a36fdfffe6070e47ed7b00b1
Author: Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
AuthorDate: Tue Apr 26 20:00:29 2016 +0200
Commit: Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
CommitDate: Tue Apr 26 20:02:09 2016 +0200
[cc2] change sym->u.ilabel to sym->inst
diff --git a/cc2/cc2.h b/cc2/cc2.h
index 39a952e..b79e6d2 100644
--- a/cc2/cc2.h
+++ b/cc2/cc2.h
_AT_@ -139,7 +139,7 @@ struct symbol {
union {
TSIZE off;
Node *stmt;
- Inst *ilabel;
+ Inst *inst;
} u;
Symbol *next;
Symbol *h_next;
Received on Wed Apr 27 2016 - 20:46:34 CEST
This archive was generated by hypermail 2.3.0
: Wed Apr 27 2016 - 20:48:34 CEST