mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 885798 - Extend the nc_slots enum with new Number constants. r=till
Follow-up to the previously-landed patch. The lack of this extension happens not to matter because the NC_EPSILON and NC_LIMIT enum values happen to not be used in the file currently. --HG-- extra : rebase_source : 4c6da4d6da68e133cc6799250f4bee4b92ed188f
This commit is contained in:
parent
461bf1d56b
commit
09f086289e
@ -1080,6 +1080,8 @@ enum nc_slot {
|
||||
NC_NEGATIVE_INFINITY,
|
||||
NC_MAX_VALUE,
|
||||
NC_MIN_VALUE,
|
||||
NC_MAX_SAFE_INTEGER,
|
||||
NC_MIN_SAFE_INTEGER,
|
||||
NC_EPSILON,
|
||||
NC_LIMIT
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user