]> git.sur5r.net Git - cc65/blobdiff - include/iso646.h
Relocate register values outside structs, + more
[cc65] / include / iso646.h
index 287bddc3b23427ef59131550f5342fc8749a577b..18cf6e50d848f0a4242b85eeb35b61ba0d6163d9 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                iso646.h                                  */
+/*                                 iso646.h                                  */
 /*                                                                           */
-/*                          Alternative spellings                           */
+/*                           Alternative spellings                           */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 
 /* Operator tokens */
-#define        and     &&
-#define and_eq &=
-#define bitand &
-#define bitor  |
-#define compl  ~
-#define not    !
-#define not_eq !=
-#define or     ||
-#define or_eq  |=
-#define xor    ^
-#define xor_eq ^=
+#define and     &&
+#define and_eq  &=
+#define bitand  &
+#define bitor   |
+#define compl   ~
+#define not     !
+#define not_eq  !=
+#define or      ||
+#define or_eq   |=
+#define xor     ^
+#define xor_eq  ^=