we want case sensitivity

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
This commit is contained in:
Pierre Habouzit 2008-06-23 14:56:40 +02:00
parent 4711f4631f
commit 4e588743ad
1 changed files with 1 additions and 1 deletions

View File

@ -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'
%{