summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-06-21 16:00:16 +0900
committerNobuyoshi Nakada <[email protected]>2024-06-24 23:43:45 +0900
commit1213623e5c11d63793e6966752904cc265012b25 ()
tree70073e32b37d9a77c0a111262069e220d40c8368 /template
parent95ffcd3f9ff20c3e9b0556672758cf8724542b0c (diff)
Use gperf 3.1 to generate ANSI-C code
-rw-r--r--template/Makefile.in4
1 files changed, 2 insertions, 2 deletions
@@ -419,7 +419,7 @@ lex.c: defs/keywords
$(CP) $(srcdir)/lex.c.blt $@; \
else \
[ $(Q) ] && echo generating $@ || set -x; \
- gperf -C -P -p -j1 -i 1 -g -o -t -N rb_reserved_word -k1,3,$$ $? \
| sed -f $(tooldir)/gperf.sed \
$(MV) [email protected] $@ && \
@@ -427,7 +427,7 @@ lex.c: defs/keywords
$(CP) $@ $(srcdir)/lex.c.blt; \
fi
-JIS_PROPS_OPTIONS = -k1,3 -7 -c -j1 -i1 -t -C -P -t --ignore-case -H onig_jis_property_hash -Q onig_jis_property_pool -N onig_jis_property
$(srcdir)/enc/jis/props.h: enc/jis/props.kwd
$(MAKEDIRS) $(@D)