1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Check in jv_utf8_tables.gen.h, it is unlikely to change.

This commit is contained in:
Stephen Dolan
2013-05-08 01:02:18 +01:00
parent 2363246eea
commit 1ebb382540
3 changed files with 38 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/python
# This program was used to generate jv_utf8_tables.gen.h
mask = lambda n: (1 << n) - 1