Remove PRI_PTR_COMPAT macros

This commit is contained in:
Tim Wojtulewicz 2020-08-19 12:17:23 -07:00
parent 4b61d60e80
commit 476e98b413
2 changed files with 6 additions and 4 deletions

5
NEWS
View file

@ -44,6 +44,11 @@ Removed Functionality
- The counter type was removed. This type was never fully functional/used
anywhere.
- Removed the PRI_PTR_COMPAT_INT, PRI_PTR_COMPAT_UINT, and PRI_SOURCE_ID
macros. There are no deprecation warnings for these because they were C
macros. Use the PRIdPTR and PRIuPTR macros from the standard library
instead.
Deprecated Functionality
------------------------