-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move overflow macros from VFDs to H5FDpkg.h #5084
Conversation
These are identical in all VFDs except the core VFD, so they've been moved to H5FDpkg.h and renamed: * MAXADDR --> H5FD_MAXADDR * ADDR_OVERFLOW --> H5FD_ADDR_OVERFLOW * SIZE_OVERFLOW --> H5FD_SIZE_OVERFLOW * REGION_OVERFLOW --> H5FD_REGION_OVERFLOW
Just to show that they are, in fact, identical...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :-)
Nit: Might be sensible to put the H5FD_ prefix in for the core VFD macros.
They get CORE_ prefixes and are local to H5FDcore.c because they are different from all the other VFDs. |
These are identical in all VFDs except the core VFD, so they've been moved to H5FDpkg.h and renamed: