-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodest_myhtml.c
21 lines (20 loc) · 1.02 KB
/
modest_myhtml.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "modest_config.h"
// myhtml
#include "third_party/modest/source/myhtml/tree.c"
#include "third_party/modest/source/myhtml/data_process.c"
#include "third_party/modest/source/myhtml/mynamespace.c"
#include "third_party/modest/source/myhtml/tokenizer.c"
#include "third_party/modest/source/myhtml/tokenizer_doctype.c"
#include "third_party/modest/source/myhtml/tokenizer_end.c"
#include "third_party/modest/source/myhtml/tokenizer_script.c"
#include "third_party/modest/source/myhtml/tag_init.c"
#include "third_party/modest/source/myhtml/rules.c"
#include "third_party/modest/source/myhtml/callback.c"
#include "third_party/modest/source/myhtml/serialization.c"
#include "third_party/modest/source/myhtml/myhtml.c"
#include "third_party/modest/source/myhtml/mystring.c"
#include "third_party/modest/source/myhtml/tag.c"
#include "third_party/modest/source/myhtml/token.c"
#include "third_party/modest/source/myhtml/stream.c"
#include "third_party/modest/source/myhtml/charef.c"
#include "third_party/modest/source/myhtml/parser.c"