diff options
Diffstat (limited to 'gnulib-m4/builtin-expect.m4')
-rw-r--r-- | gnulib-m4/builtin-expect.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnulib-m4/builtin-expect.m4 b/gnulib-m4/builtin-expect.m4 index 33f255e9..76d32867 100644 --- a/gnulib-m4/builtin-expect.m4 +++ b/gnulib-m4/builtin-expect.m4 @@ -1,9 +1,10 @@ # builtin-expect.m4 -# serial 2 -dnl Copyright 2016-2024 Free Software Foundation, Inc. +# serial 3 +dnl Copyright 2016-2025 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 This file is offered as-is, without any warranty. dnl Provide a GCC-compatible __builtin_expect macro in <config.h>. @@ -47,5 +48,4 @@ AC_DEFUN([gl___BUILTIN_EXPECT], #elif HAVE___BUILTIN_EXPECT == 2 # include <builtins.h> #endif - ]) -]) +])]) |