-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
#define
s with C++ constants and inline functions in exor.h
Using `#define` for short/common names like `BPI` and `DIFFERENT` can break the build when #included alongside unrelated code that uses those identifiers. I have also removed the code that supports `int` sizes other than 32 bits. There aren't any viable architectures where `int` is not 32 bits.
- Loading branch information
1 parent
b78357b
commit 74f938b
Showing
1 changed file
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters