]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 2/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Modules / expat / xmltok_impl.h
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h b/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h
new file mode 100644 (file)
index 0000000..94c7db6
--- /dev/null
@@ -0,0 +1,46 @@
+/*\r
+Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd\r
+See the file COPYING for copying permission.\r
+*/\r
+\r
+enum {\r
+  BT_NONXML,\r
+  BT_MALFORM,\r
+  BT_LT,\r
+  BT_AMP,\r
+  BT_RSQB,\r
+  BT_LEAD2,\r
+  BT_LEAD3,\r
+  BT_LEAD4,\r
+  BT_TRAIL,\r
+  BT_CR,\r
+  BT_LF,\r
+  BT_GT,\r
+  BT_QUOT,\r
+  BT_APOS,\r
+  BT_EQUALS,\r
+  BT_QUEST,\r
+  BT_EXCL,\r
+  BT_SOL,\r
+  BT_SEMI,\r
+  BT_NUM,\r
+  BT_LSQB,\r
+  BT_S,\r
+  BT_NMSTRT,\r
+  BT_COLON,\r
+  BT_HEX,\r
+  BT_DIGIT,\r
+  BT_NAME,\r
+  BT_MINUS,\r
+  BT_OTHER, /* known not to be a name or name start character */\r
+  BT_NONASCII, /* might be a name or name start character */\r
+  BT_PERCNT,\r
+  BT_LPAR,\r
+  BT_RPAR,\r
+  BT_AST,\r
+  BT_PLUS,\r
+  BT_COMMA,\r
+  BT_VERBAR\r
+};\r
+\r
+#include <stddef.h>\r