* top/maint.mk (sc_prohibit_xalloc_without_use) [_xa1]:
Regenerate using the command listed in the comment.
+2023-06-06 Jim Meyering <meyering@meta.com>
+
+ maint.mk: regenerate regex to reflect new functions in xalloc.h
+ * top/maint.mk (sc_prohibit_xalloc_without_use) [_xa1]:
+ Regenerate using the command listed in the comment.
+
2023-06-06 Paul Eggert <eggert@cs.ucla.edu>
Put "/" at end of .gitignore directory names
# 2) notice that "c(har)?|[mz]" is equivalent to the shorter and more readable
# "char|[cmz]"
# x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
-_xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
+_xa1 = x(i(m(emdup0?|alloc)|realloc(array)?|([cz]|nm)alloc)|([pz]|c(har)?|2n?re|nm)alloc|realloc(array)?|m(alloc|emdup)|strdup)
_xa2 = X([CZ]|N?M)ALLOC
sc_prohibit_xalloc_without_use:
@h='xalloc.h' \