mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31:20 +02:00
* added XML_SAX2_MAGIC constant
git-svn-id: trunk@14056 -
This commit is contained in:
parent
e9c4594a66
commit
d56dccfe47
@ -618,7 +618,7 @@
|
||||
* Returns 1 if true
|
||||
*)
|
||||
hasExternalSubsetSAXFunc = function(ctx: pointer): cint; EXTDECL;
|
||||
|
||||
{$ENDIF}
|
||||
|
||||
(************************************************************************
|
||||
* *
|
||||
@ -630,8 +630,11 @@
|
||||
*
|
||||
* Special constant found in SAX2 blocks initialized fields
|
||||
*)
|
||||
{$DEFINE XML_SAX2_MAGIC := $DEEDBEAF}
|
||||
{$IFDEF CONST}
|
||||
XML_SAX2_MAGIC = $DEEDBEAF;
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF TYPE}
|
||||
(**
|
||||
* startElementNsSAX2Func:
|
||||
* @ctx: the user data (XML parser context)
|
||||
|
Loading…
Reference in New Issue
Block a user