Add tests, fixes for tests, reinstate and type-convert stuff marked "bitrot"
[ccom.git] / ccom.h
diff --git a/ccom.h b/ccom.h
index e37119b..28f7260 100644 (file)
--- a/ccom.h
+++ b/ccom.h
@@ -267,7 +267,7 @@ struct      fasgn {
 #define fa_tr1 fa_tnode.tn_tr1
 #define fa_tr2 fa_tnode.tn_tr2
 #define fa_degree fa_tnode.tn_degree
-       int     fa_mask;                /* pass 1 only */
+       _INT    fa_mask;                /* pass 1 only */
 };
 
 /*
@@ -275,7 +275,7 @@ struct      fasgn {
  */
 struct swtab {
        int     swlab;
-       int     swval;
+       _INT    swval;
 };
 
 /*