emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/igc 839c1f29712: ; * src/composite.c (get_composition_id): Fix a


From: Eli Zaretskii
Subject: scratch/igc 839c1f29712: ; * src/composite.c (get_composition_id): Fix another typo.
Date: Sun, 28 Apr 2024 10:46:02 -0400 (EDT)

branch: scratch/igc
commit 839c1f2971288fe50101e057fc1ad33c0350a5c7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/composite.c (get_composition_id): Fix another typo.
---
 src/composite.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/composite.c b/src/composite.c
index e942ae13302..200a9a95967 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -320,7 +320,7 @@ get_composition_id (ptrdiff_t charpos, ptrdiff_t bytepos, 
ptrdiff_t nchars,
     memory_full (SIZE_MAX);
 
   /* Register the composition in composition_table.  */
-#ifdef HAS_MPS
+#ifdef HAVE_MPS
   /* FIXME: maybe trace exactly?  */
   cmp = igc_xzalloc_ambig (sizeof *cmp);
 #else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]