]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Fix for #209 - forbid exporting expressions with unresolved symbols
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 3f8675c6599216b313261fec1799b548f3979790..f8c9f4c55118808b4a8bbb7b50f32389c6037dbc 100644 (file)
--- a/rmac.h
+++ b/rmac.h
@@ -262,6 +262,7 @@ PTR
 #define SIZP         0x0080            // .p (FPU pakced decimal real)
 #define SIZQ         0x0100            // .q (quad word)
 
+// Extended attributes
 #define EQUATEDREG   0x0008            // Equated register symbol
 #define UNDEF_EQUR   0x0010
 #define EQUATEDCC    0x0020