Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/libxml2/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 1 kB image not shown  

Quelle  deprecated.patch.0   Sprache: unbekannt

 
Untersuchungsergebnis.0 Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

--- include/libxml/xpath.h 2025-05-13 16:42:31.000000000 +0200
+++ include/libxml/xpath.h 2025-06-03 14:10:14.539373167 +0200
@@ -401,7 +401,6 @@
  * Objects and Nodesets handling
  */

-XML_DEPRECATED
 XMLPUBVAR double xmlXPathNAN;
 XML_DEPRECATED
 XMLPUBVAR double xmlXPathPINF;
--- include/libxml/parser.h 2025-05-13 16:42:31.000000000 +0200
+++ include/libxml/parser.h 2025-06-03 14:00:37.833979131 +0200
@@ -268,7 +268,7 @@
     /* Number of current input streams */
     int inputNr;
     /* Max number of input streams */
-    int inputMax XML_DEPRECATED_MEMBER;
+    int inputMax;
     /* stack of inputs */
     xmlParserInputPtr *inputTab;
 
@@ -277,11 +277,11 @@
     /* Current parsed Node */
     xmlNodePtr node;
     /* Depth of the parsing stack */
-    int nodeNr XML_DEPRECATED_MEMBER;
+    int nodeNr;
     /* Max depth of the parsing stack */
     int nodeMax XML_DEPRECATED_MEMBER;
     /* array of nodes */
-    xmlNodePtr *nodeTab XML_DEPRECATED_MEMBER;
+    xmlNodePtr *nodeTab;
 
     /* Whether node info should be kept */
     int record_info;
@@ -374,7 +374,7 @@
     /* document's own catalog */
     void *catalogs XML_DEPRECATED_MEMBER;
     /* run in recovery mode */
-    int recovery XML_DEPRECATED_MEMBER;
+    int recovery;
     /* unused */
     int progressive XML_DEPRECATED_MEMBER;
     /* dictionary for the parser */

[ zur Elbe Produktseite wechseln0.72Quellennavigators  ]