mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove PRI_PTR_COMPAT macros
This commit is contained in:
parent
4b61d60e80
commit
476e98b413
2 changed files with 6 additions and 4 deletions
5
NEWS
5
NEWS
|
@ -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
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue