mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
Add w3c html tidy
This commit is contained in:
parent
ecc8962555
commit
3c7ae0fc72
63 changed files with 56239 additions and 0 deletions
24
third_party/tidy/version.inc
vendored
Normal file
24
third_party/tidy/version.inc
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* clang-format off */
|
||||
/* version information
|
||||
|
||||
(c) 2007-2015 (W3C) MIT, ERCIM, Keio University
|
||||
See tidy.h for the copyright notice.
|
||||
|
||||
*/
|
||||
|
||||
#ifdef RELEASE_DATE
|
||||
static const char TY_(release_date)[] = RELEASE_DATE;
|
||||
#else
|
||||
static const char TY_(release_date)[] = "2015/01/22";
|
||||
#endif
|
||||
#ifdef LIBTIDY_VERSION
|
||||
#ifdef RC_NUMBER
|
||||
static const char TY_(library_version)[] = LIBTIDY_VERSION "." RC_NUMBER;
|
||||
#else
|
||||
static const char TY_(library_version)[] = LIBTIDY_VERSION;
|
||||
#endif
|
||||
#else
|
||||
static const char TY_(library_version)[] = "5.0.0";
|
||||
#endif
|
||||
|
||||
/* eof */
|
Loading…
Add table
Add a link
Reference in a new issue