Skip to content

Commit 4b68bbd

Browse files
committed
Regenerated.
1 parent 4f36396 commit 4b68bbd

File tree

6 files changed

+1233
-623
lines changed

6 files changed

+1233
-623
lines changed

lib/aliases.gperf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
struct alias { const char* name; unsigned int encoding_index; };
1+
struct alias { int name; unsigned int encoding_index; };
22
%struct-type
33
%language=ANSI-C
44
%define hash-function-name aliases_hash
@@ -7,7 +7,7 @@ struct alias { const char* name; unsigned int encoding_index; };
77
%readonly-tables
88
%global-table
99
%define word-array-name aliases
10-
%null-strings
10+
%pic
1111
%%
1212
US-ASCII, ei_ascii
1313
ASCII, ei_ascii

0 commit comments

Comments
 (0)