summaryrefslogtreecommitdiffstats
path: root/gl/m4/builtin-expect.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/builtin-expect.m4')
-rw-r--r--gl/m4/builtin-expect.m412
1 files changed, 7 insertions, 5 deletions
diff --git a/gl/m4/builtin-expect.m4 b/gl/m4/builtin-expect.m4
index 531ed48a..76d32867 100644
--- a/gl/m4/builtin-expect.m4
+++ b/gl/m4/builtin-expect.m4
@@ -1,9 +1,12 @@
1dnl Check for __builtin_expect. 1# builtin-expect.m4
2 2# serial 3
3dnl Copyright 2016-2023 Free Software Foundation, Inc. 3dnl Copyright 2016-2025 Free Software Foundation, Inc.
4dnl This file is free software; the Free Software Foundation 4dnl This file is free software; the Free Software Foundation
5dnl gives unlimited permission to copy and/or distribute it, 5dnl gives unlimited permission to copy and/or distribute it,
6dnl with or without modifications, as long as this notice is preserved. 6dnl with or without modifications, as long as this notice is preserved.
7dnl This file is offered as-is, without any warranty.
8
9dnl Provide a GCC-compatible __builtin_expect macro in <config.h>.
7 10
8dnl Written by Paul Eggert. 11dnl Written by Paul Eggert.
9 12
@@ -45,5 +48,4 @@ AC_DEFUN([gl___BUILTIN_EXPECT],
45#elif HAVE___BUILTIN_EXPECT == 2 48#elif HAVE___BUILTIN_EXPECT == 2
46# include <builtins.h> 49# include <builtins.h>
47#endif 50#endif
48 ]) 51])])
49])