Skip to content

Commit a3d69fc

Browse files
committed
Merge r61076 from upstream repository.
ruby/ruby@a4804fb
1 parent 6ac9076 commit a3d69fc

File tree

2 files changed

+185
-192
lines changed

2 files changed

+185
-192
lines changed

ext/date/prereq.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.list.h:
44
gperf -E -C -c -P -p -j1 -i 1 -g -o -t -N $(*F) $< \
5-
| sed 's/(int)(long)&((\(struct stringpool_t\) *\*)0)->\(stringpool_[a-z0-9]*\)/offsetof(\1, \2)/g' \
5+
| sed -f $(top_srcdir)/tool/gperf.sed \
66
> $(@F)
77

88
zonetab.h: zonetab.list

0 commit comments

Comments
 (0)