aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buffer.h2
-rw-r--r--src/character.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h
index fa4866e8f72..6ac161c1c91 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1182,7 +1182,7 @@ buffer_has_overlays (void)
1182 1182
1183/* Return character code of multi-byte form at byte position POS. If POS 1183/* Return character code of multi-byte form at byte position POS. If POS
1184 doesn't point the head of valid multi-byte form, only the byte at 1184 doesn't point the head of valid multi-byte form, only the byte at
1185 POS is returned. No range checking. */ 1185 POS is returned. No range checking. */
1186 1186
1187INLINE int 1187INLINE int
1188FETCH_MULTIBYTE_CHAR (ptrdiff_t pos) 1188FETCH_MULTIBYTE_CHAR (ptrdiff_t pos)
diff --git a/src/character.h b/src/character.h
index b72b61d7054..fc8a0dd74d2 100644
--- a/src/character.h
+++ b/src/character.h
@@ -308,7 +308,7 @@ enum
308 } \ 308 } \
309 } while (false) 309 } while (false)
310 310
311/* Return the character code of character whose multibyte form is at P. */ 311/* Return the character code of character whose multibyte form is at P. */
312 312
313#define STRING_CHAR(p) \ 313#define STRING_CHAR(p) \
314 (!((p)[0] & 0x80) \ 314 (!((p)[0] & 0x80) \