mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-31 06:50:06 +03:00
xpath: Deprecate xmlXPathNAN and xmlXPath*INF
Users should simply use the C99 macros.
This commit is contained in:
parent
55ddccb645
commit
b1c5aa6544
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user