diff options
| author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-10-01 16:16:32 +0800 |
|---|---|---|
| committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-10-01 16:16:32 +0800 |
| commit | 99dae4167e29d22cf9049480b9ca89d97a6289f3 (patch) | |
| tree | 488a41a96f6a54394e920c110f76a113f5f2b04d /ffi | |
| parent | 07addb0e3762e7091ca5d40d3cb679ab8b855b93 (diff) | |
| download | tangerine-mcl-99dae4167e29d22cf9049480b9ca89d97a6289f3.tar.gz tangerine-mcl-99dae4167e29d22cf9049480b9ca89d97a6289f3.tar.zst tangerine-mcl-99dae4167e29d22cf9049480b9ca89d97a6289f3.zip | |
[she] add remove old pages
Diffstat (limited to 'ffi')
| -rw-r--r-- | ffi/js/export-functions.py | 2 | ||||
| -rw-r--r-- | ffi/js/she-re.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ffi/js/export-functions.py b/ffi/js/export-functions.py index d6ff1f8..fae9cb7 100644 --- a/ffi/js/export-functions.py +++ b/ffi/js/export-functions.py @@ -45,10 +45,8 @@ def main(): reToAddUnderscore = '' if args.re: reToAddUnderscore = open(args.re).read().strip() - print 'RE', reToAddUnderscore export_functions(args.js, args.header, reToAddUnderscore) if __name__ == '__main__': main() - diff --git a/ffi/js/she-re.txt b/ffi/js/she-re.txt index 036ffb2..a78719d 100644 --- a/ffi/js/she-re.txt +++ b/ffi/js/she-re.txt @@ -1 +1 @@ -sheInit|erialize|Str +sheInit|erialize|Str|sheDec |
