diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-03 16:53:36 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-03 16:53:36 (GMT) |
commit | cae9c9d5c6df43e89088871f3e9591e4f6e6be22 (patch) | |
tree | 4f8d447781c23f3cd48ec0ba0efdbbdbbcaa7bdf /tclxml/tclxmlStubInit.c | |
parent | 2fdbadf22c26555d560602932f3063cb5e1d034a (diff) | |
download | blt-cae9c9d5c6df43e89088871f3e9591e4f6e6be22.zip blt-cae9c9d5c6df43e89088871f3e9591e4f6e6be22.tar.gz blt-cae9c9d5c6df43e89088871f3e9591e4f6e6be22.tar.bz2 |
update TEA 3.13
Diffstat (limited to 'tclxml/tclxmlStubInit.c')
-rw-r--r-- | tclxml/tclxmlStubInit.c | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/tclxml/tclxmlStubInit.c b/tclxml/tclxmlStubInit.c deleted file mode 100644 index 2c6db27..0000000 --- a/tclxml/tclxmlStubInit.c +++ /dev/null @@ -1,60 +0,0 @@ -/* - * tclxmlStubInit.c -- - */ - -#include <tclxml/tclxml.h> - -/* - * Remove macros that will interfere with the definitions below. - */ - - -/* - * WARNING: The contents of this file is automatically generated by the - * genStubs.tcl script. Any modifications to the function declarations - * below should be made in the tclxml.decls script. - */ - -/* !BEGIN!: Do not edit below this line. */ - -TclxmlStubs tclxmlStubs = { - TCL_STUB_MAGIC, - NULL, - Tclxml_Init, /* 0 */ - Tclxml_SafeInit, /* 1 */ - TclXML_RegisterXMLParser, /* 2 */ - TclXML_RegisterElementStartProc, /* 3 */ - TclXML_RegisterElementEndProc, /* 4 */ - TclXML_RegisterCharacterDataProc, /* 5 */ - TclXML_RegisterPIProc, /* 6 */ - TclXML_RegisterDefaultProc, /* 7 */ - TclXML_RegisterUnparsedProc, /* 8 */ - TclXML_RegisterNotationDeclProc, /* 9 */ - TclXML_RegisterEntityProc, /* 10 */ - TclXML_RegisterUnknownEncodingProc, /* 11 */ - TclXML_RegisterCommentProc, /* 12 */ - TclXML_RegisterNotStandaloneProc, /* 13 */ - TclXML_RegisterElementDeclProc, /* 14 */ - TclXML_RegisterAttListDeclProc, /* 15 */ - TclXML_RegisterStartDoctypeDeclProc, /* 16 */ - TclXML_RegisterEndDoctypeDeclProc, /* 17 */ - TclXML_ElementStartHandler, /* 18 */ - TclXML_ElementEndHandler, /* 19 */ - TclXML_CharacterDataHandler, /* 20 */ - TclXML_ProcessingInstructionHandler, /* 21 */ - TclXML_ExternalEntityRefHandler, /* 22 */ - TclXML_DefaultHandler, /* 23 */ - TclXML_UnparsedDeclHandler, /* 24 */ - TclXML_NotationDeclHandler, /* 25 */ - TclXML_UnknownEncodingHandler, /* 26 */ - TclXML_CommentHandler, /* 27 */ - TclXML_NotStandaloneHandler, /* 28 */ - NULL, /* 29 */ - NULL, /* 30 */ - TclXML_ElementDeclHandler, /* 31 */ - TclXML_AttlistDeclHandler, /* 32 */ - TclXML_StartDoctypeDeclHandler, /* 33 */ - TclXML_EndDoctypeDeclHandler, /* 34 */ -}; - -/* !END!: Do not edit above this line. */ |