[hackers] [scc] Small modifications to ir.md || Roberto E. Vargas Caballero
commit 45c82467f51b356445aae338b33968c9d4f08788
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Sep 18 08:36:52 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri Sep 18 08:36:52 2015 +0200
Small modifications to ir.md
diff --git a/cc1/ir.md b/cc1/ir.md
index 6981df0..26edf5a 100644
--- a/cc1/ir.md
+++ b/cc1/ir.md
_AT_@ -58,9 +58,9 @@ Variables names are composed by a storage class and an identifier,
A1, R2 or T3. Declarations/definitions are composed by a variable
name, a type and the name of the variable:
- A1 I i
- W2 C c
- A3 S4 str
+> A1 I i
+> R2 C c
+> A3 S4 str
### Type declarations ###
_AT_@ -403,4 +403,3 @@ switch.
* t -- switch table
* v -- case entry in switch table
* f -- default entry in switch table
-* ???? -- front end error
Received on Fri Sep 18 2015 - 15:04:57 CEST
This archive was generated by hypermail 2.3.0
: Fri Sep 18 2015 - 15:12:11 CEST