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:
Stephen Kelly 2014-04-26 18:45:33 +02:00
Родитель 5418308b9c
Коммит 190af37872
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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
};