we want case sensitivity
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
This commit is contained in:
parent
4711f4631f
commit
4e588743ad
|
@ -75,7 +75,7 @@ do_c() {
|
|||
exit 1;
|
||||
fi;
|
||||
|
||||
cat <<EOF | gperf --ignore-case -m16 -l -t -C -F",0" \
|
||||
cat <<EOF | gperf -m16 -l -t -C -F",0" \
|
||||
--language=ANSI-C -Na_tokenize_aux \
|
||||
| sed -e '/__gnu_inline__/d;s/\<\(__\|\)inline\>//g'
|
||||
%{
|
||||
|
|
Loading…
Reference in New Issue