1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

xpath: Deprecate xmlXPathNAN and xmlXPath*INF

Users should simply use the C99 macros.
This commit is contained in:
Nick Wellnhofer 2024-09-19 12:50:59 +02:00
parent 55ddccb645
commit b1c5aa6544

View File

@ -401,8 +401,11 @@ struct _xmlXPathParserContext {
* Objects and Nodesets handling
*/
XML_DEPRECATED
XMLPUBVAR double xmlXPathNAN;
XML_DEPRECATED
XMLPUBVAR double xmlXPathPINF;
XML_DEPRECATED
XMLPUBVAR double xmlXPathNINF;
/* These macros may later turn into functions */