## Makefile for the gnulib-local directory of GNU gettext
-## Copyright (C) 2006-2025 Free Software Foundation, Inc.
+## Copyright (C) 2006-2026 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
lib/markup.h \
lib/obstack.h.diff \
lib/progname.h.diff \
-lib/regex_internal.h.diff \
lib/unistd.in.h.diff \
lib/xerror.c \
lib/xerror.h \
+++ /dev/null
-*** lib/regex_internal.h.orig Mon May 24 12:36:55 2010
---- lib/regex_internal.h Mon May 24 12:35:46 2010
-***************
-*** 468,474 ****
- # define MAX(a,b) ((a) < (b) ? (b) : (a))
- #endif
-
-! #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t)))
- #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t)))
- #define re_free(p) free (p)
-
---- 468,474 ----
- # define MAX(a,b) ((a) < (b) ? (b) : (a))
- #endif
-
-! #define re_malloc(t,n) ((t *) malloc ((n) > 0 ? (n) * sizeof (t) : 1))
- #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t)))
- #define re_free(p) free (p)
-