aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/composite.h')
-rw-r--r--src/composite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.h b/src/composite.h
index 9026d03f7b6..ff48d15eb0c 100644
--- a/src/composite.h
+++ b/src/composite.h
@@ -112,7 +112,7 @@ composition_registered_p (Lisp_Object prop)
112 gref = (rule_code) / 12; \ 112 gref = (rule_code) / 12; \
113 if (gref > 12) gref = 11; \ 113 if (gref > 12) gref = 11; \
114 nref = (rule_code) % 12; \ 114 nref = (rule_code) % 12; \
115 } while (0) 115 } while (false)
116 116
117/* Like COMPOSITION_DECODE_REFS (RULE_CODE, GREF, NREF), but also 117/* Like COMPOSITION_DECODE_REFS (RULE_CODE, GREF, NREF), but also
118 decode RULE_CODE into XOFF and YOFF (vertical offset). */ 118 decode RULE_CODE into XOFF and YOFF (vertical offset). */
@@ -122,7 +122,7 @@ composition_registered_p (Lisp_Object prop)
122 xoff = (rule_code) >> 16; \ 122 xoff = (rule_code) >> 16; \
123 yoff = ((rule_code) >> 8) & 0xFF; \ 123 yoff = ((rule_code) >> 8) & 0xFF; \
124 COMPOSITION_DECODE_REFS (rule_code, gref, nref); \ 124 COMPOSITION_DECODE_REFS (rule_code, gref, nref); \
125 } while (0) 125 } while (false)
126 126
127/* Nonzero if the global reference point GREF and new reference point NREF are 127/* Nonzero if the global reference point GREF and new reference point NREF are
128 valid. */ 128 valid. */