chiark / gitweb /
magic.h: Put the CAPAB_... definitions together, under the big comment.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Apr 2017 22:59:03 +0000 (23:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 12:46:44 +0000 (13:46 +0100)
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
magic.h

diff --git a/magic.h b/magic.h
index e0ea8aa282fb557b6e550cfe76e086355178f377..38982de65ef27e9a38f405f275d472f6cd7d6e4b 100644 (file)
--- a/magic.h
+++ b/magic.h
 #define LABEL_MSG9    0x09090909
 #define LABEL_PROD    0x0a0a0a0a
 
-/* uses of the 32-bit capability bitmap */
-#define CAPAB_EARLY           CAPAB_PRIORITY_MOBILE
-#define CAPAB_TRANSFORM_MASK  0x0000ffff
-#define CAPAB_PRIORITY_MOBILE 0x80000000 /* mobile site has MSG1 priority */
-/* remaining bits are unused */
-
 /*
  * The capability mask is a set of bits, one for each optional feature
  * supported.  The capability numbers for transforms are set in the
  *  1u<<CAPAB_BIT_ANCIENTTRANSFORM
  */
 
+/* uses of the 32-bit capability bitmap */
+#define CAPAB_EARLY           CAPAB_PRIORITY_MOBILE
+#define CAPAB_TRANSFORM_MASK  0x0000ffff
+#define CAPAB_PRIORITY_MOBILE 0x80000000 /* mobile site has MSG1 priority */
+/* remaining bits are unused */
+
 /* bit indices, 0 is ls bit */
 #define CAPAB_BIT_USER_MIN              0
 #define CAPAB_BIT_USER_MAX              7