-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m_option: don't overlap UPDATE and M_OPT constant values
UPDATE_CLIPBOARD currently has the same value as M_OPT_DEFAULT_NAN, so increment all constants after UPDATE_OPT_LAST. But make them start from the end (63) so we can add more UPDATE flags without either forgetting to increase them like in e1d30c4, or having to increase them each time like in a5937ac.
- Loading branch information
1 parent
8d20b72
commit 5744771
Showing
1 changed file
with
33 additions
and
33 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