From: Po Lu Date: Sat, 1 Apr 2023 06:25:47 +0000 (+0800) Subject: ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): Check in missing edit. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bd1fc59664273c571aba8543940768c68eb336b;p=emacs.git ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): Check in missing edit. --- diff --git a/src/fns.c b/src/fns.c index 354b3415ec5..47def5c43b4 100644 --- a/src/fns.c +++ b/src/fns.c @@ -462,8 +462,6 @@ load_unaligned_size_t (const void *p) return x; } -#else -#define HAVE_FAST_UNALIGNED_ACCESS 0 #endif DEFUN ("string-lessp", Fstring_lessp, Sstring_lessp, 2, 2, 0,