[ruby/date] Use gperf 3.1 to generate ANSI-C code
https://github.com/ruby/date/commit/5d67437b1f
This commit is contained in:
parent
1213623e5c
commit
12e66f11e5
@ -1,7 +1,7 @@
|
||||
.SUFFIXES: .list
|
||||
|
||||
.list.h:
|
||||
gperf --ignore-case -C -c -P -p -j1 -i 1 -g -o -t -N $(*F) $< \
|
||||
gperf --ignore-case -L ANSI-C -C -c -P -p -j1 -i 1 -g -o -t -N $(*F) $< \
|
||||
| sed -f $(top_srcdir)/tool/gperf.sed \
|
||||
> $(@F)
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user