]> Savannah Git Hosting - gnulib.git/commitdiff
mcel: Fix compilation error with MSVC.
authorBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 22:34:53 +0000 (00:34 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 22:34:53 +0000 (00:34 +0200)
* modules/builtin-expect (Description): Improve.
* m4/builtin-expect.m4: Improve comment.
* modules/mcel (Depends-on): Add builtin-expect.

ChangeLog
m4/builtin-expect.m4
modules/builtin-expect
modules/mcel

index 83dc20f558da9034886b1e7c35998218848ec971..d7124060b8a30b1f200f9113546bed1d4f0b1d3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-27  Bruno Haible  <bruno@clisp.org>
+
+       mcel: Fix compilation error with MSVC.
+       * modules/builtin-expect (Description): Improve.
+       * m4/builtin-expect.m4: Improve comment.
+       * modules/mcel (Depends-on): Add builtin-expect.
+
 2024-08-27  Paul Eggert  <eggert@cs.ucla.edu>
 
        savewd: port to native MS-Windows
index c7af926b34c3b4e57c5a690aaea62ad62f984ea5..33f255e9f56d5bf28a28417568c6c3d0a90e150a 100644 (file)
@@ -1,11 +1,11 @@
 # builtin-expect.m4
-# serial 1
+# serial 2
 dnl Copyright 2016-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
-dnl Check for __builtin_expect.
+dnl Provide a GCC-compatible __builtin_expect macro in <config.h>.
 
 dnl Written by Paul Eggert.
 
index c11d5d96c92299c336b2f161d762b1960ee5488e..489a16894d0d9c99128039ac6bf7ecc6766d34c8 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Check for __builtin_expect.
+Provide a GCC-compatible __builtin_expect macro.
 
 Files:
 m4/builtin-expect.m4
index 59ca6336413afe004315c7e12a8ee9fd69ff7be4..4bdde8f95a5577eb7c150a1d2be80d0c66e8f2cc 100644 (file)
@@ -7,6 +7,7 @@ lib/mcel.h
 
 Depends-on:
 assert-h
+builtin-expect
 extern-inline
 limits-h
 mbrtoc32