Initial Revision

This commit is contained in:
James Clark 1997-11-04 05:43:52 +00:00
commit e8060e4e7a
2 changed files with 30 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# CVS default ignores begin
tags
TAGS
.make.state
.nse_depinfo
*~
#*
.#*
,*
_$*
*$
*.old
*.bak
*.BAK
*.orig
*.rej
.del-*
*.a
*.olb
*.o
*.obj
*.so
*.exe
*.Z
*.elc
*.ln
core
# CVS default ignores end

2
expat/xmltok/wxmltok.c Executable file
View File

@ -0,0 +1,2 @@
#define UNICODE 1
#include "xmltok.c"