commit 1341cf53a7115b1c89a2d2f836aef36524a6745e
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Sat Aug 15 11:14:47 2015 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Sat Aug 15 11:14:47 2015 +0200

    Add name to the operand enum
    
    This is helpful debugging.

diff --git a/cc1/cc1.h b/cc1/cc1.h
index 001c5b9..fc16aa7 100644
--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -232,7 +232,7 @@ enum tokens {
 };
 
 /* operations */
-enum {
+enum op {
        OPTR,
        OADD,
        OMUL,

Reply via email to