From: Rust Maintainers Date: Mon, 18 Dec 2017 18:46:25 +0000 (+0000) Subject: u-gperf-3.1 X-Git-Tag: archive/raspbian/1.22.1+dfsg1-1+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=86f99d0fe13c5fbd55b276aaf3f52f6b7b7f4a8f;p=rustc.git u-gperf-3.1 Gbp-Pq: Name u-gperf-3.1.patch --- diff --git a/src/rt/hoedown/Makefile b/src/rt/hoedown/Makefile index 2b16b887b0..3786827681 100644 --- a/src/rt/hoedown/Makefile +++ b/src/rt/hoedown/Makefile @@ -51,7 +51,7 @@ smartypants: bin/smartypants.o $(HOEDOWN_SRC) # Perfect hashing src/html_blocks.c: html_block_names.gperf - gperf -L ANSI-C -N hoedown_find_block_tag -c -C -E -S 1 --ignore-case -m100 $^ > $@ + gperf -I -L ANSI-C -N hoedown_find_block_tag -c -C -E -S 1 --ignore-case -m100 $^ > $@ # Testing