-
Notifications
You must be signed in to change notification settings - Fork 141
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
(
#656) * Remove support for `int` sizes other than 32 bits No viable platform uses anything other than 32 bits for `int`. * Replace `#define`s with enum constants and inline functions in `exor.h` This avoids issues with short/common identifiers like `BPI` and `DIFFERENT` colliding with identifiers used in other projects.
- Loading branch information
1 parent
f263510
commit 51dd6a0
Showing
1 changed file
with
28 additions
and
32 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