summaryrefslogtreecommitdiff
path: root/ext/xml/expat/xmltok_impl.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-12-13 02:20:34 +0000
committerSVN Migration <svn@php.net>2002-12-13 02:20:34 +0000
commitae52101b3b490dd523a9504d338ee6efbc54892c (patch)
treec1bf723d69d9e1bc71e87067b0f8aa84dd370750 /ext/xml/expat/xmltok_impl.h
parent854b9b9ac1c0741b41999918bf31763bc926c3d6 (diff)
downloadphp-git-RELEASE_1_0b3.tar.gz
This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0b3'.RELEASE_1_0b3
Diffstat (limited to 'ext/xml/expat/xmltok_impl.h')
-rw-r--r--ext/xml/expat/xmltok_impl.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/ext/xml/expat/xmltok_impl.h b/ext/xml/expat/xmltok_impl.h
deleted file mode 100644
index da0ea60a65..0000000000
--- a/ext/xml/expat/xmltok_impl.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
-Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
-See the file COPYING for copying permission.
-*/
-
-enum {
- BT_NONXML,
- BT_MALFORM,
- BT_LT,
- BT_AMP,
- BT_RSQB,
- BT_LEAD2,
- BT_LEAD3,
- BT_LEAD4,
- BT_TRAIL,
- BT_CR,
- BT_LF,
- BT_GT,
- BT_QUOT,
- BT_APOS,
- BT_EQUALS,
- BT_QUEST,
- BT_EXCL,
- BT_SOL,
- BT_SEMI,
- BT_NUM,
- BT_LSQB,
- BT_S,
- BT_NMSTRT,
- BT_COLON,
- BT_HEX,
- BT_DIGIT,
- BT_NAME,
- BT_MINUS,
- BT_OTHER, /* known not to be a name or name start character */
- BT_NONASCII, /* might be a name or name start character */
- BT_PERCNT,
- BT_LPAR,
- BT_RPAR,
- BT_AST,
- BT_PLUS,
- BT_COMMA,
- BT_VERBAR
-};
-
-#include <stddef.h>