* top/maint.mk (sc_error_message_uppercase): Don't trigger for
any of the PRI... defines. Note we add an extra constraint
here that PRI always follows a double quote, but that's
almost always the case, or can be easily made so by prepending
"" for example.
+2022-01-28 Pádraig Brady <P@draigBrady.com>
+
+ maintainer-makefile: fix sc_error_message_uppercase false failure
+ * top/maint.mk (sc_error_message_uppercase): Don't trigger for
+ any of the PRI... defines.
+
2022-01-27 Paul Eggert <eggert@cs.ucla.edu>
alignalloc: work around AddressSanitizer bug
@$(VC_LIST_EXCEPT) \
| xargs $(GREP) -nEA2 '[^rp]error *\(' /dev/null \
| $(GREP) -E '"[A-Z]' \
- | $(GREP) -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' \
+ | $(GREP) -vE '"FATAL|"WARNING|"Java|"C#|"PRI' \
&& { echo '$(ME): found capitalized error message' 1>&2; \
exit 1; } \
|| :