diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-17 18:11:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-17 18:11:00 +0000 |
commit | 1a161d570e13844347bae3de68e4a8b98b9799cf (patch) | |
tree | 2052ce69b42cc4491c280d1372e5fd311109e96a /apps/gperf/tests | |
parent | fc6e894d9472f5d0610ee71b90975d1a4ac8abd6 (diff) | |
download | ATCD-1a161d570e13844347bae3de68e4a8b98b9799cf.tar.gz |
*** empty log message ***
Diffstat (limited to 'apps/gperf/tests')
-rw-r--r-- | apps/gperf/tests/test-4.exp | 2 | ||||
-rw-r--r-- | apps/gperf/tests/test-6.exp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/gperf/tests/test-4.exp b/apps/gperf/tests/test-4.exp index 559ee1b5e06..de988e30ff5 100644 --- a/apps/gperf/tests/test-4.exp +++ b/apps/gperf/tests/test-4.exp @@ -97,7 +97,7 @@ in_word_set (str, len) {"if", IF, NORID}, }; - static char lookup[] = + static signed char lookup[] = { -1, -1, -1, -1, 4, 5, 6, 7, -1, 8, 100, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, -1, 23, 24, 25, -1, 26, diff --git a/apps/gperf/tests/test-6.exp b/apps/gperf/tests/test-6.exp index 44217a41d03..1dc8ae8364a 100644 --- a/apps/gperf/tests/test-6.exp +++ b/apps/gperf/tests/test-6.exp @@ -78,5 +78,5 @@ -V Exits silently with a value of 0. -Z Allow user to specify name of generated C++ class. Default name is `Perfect_Hash.' -Usage: gperf [-acCdDef[num]gGhH<hashname>i<init>IjJk<keys>K<keyname>lL<language>mMnN<function name>oOprs<size>S<switches>tTvVZ<class name>]. -(type gperf -h for help) +Usage: ../src/gperf [-acCdDef[num]gGhH<hashname>i<init>IjJk<keys>K<keyname>lL<language>mMnN<function name>oOprs<size>S<switches>tTvVZ<class name>]. +(type ../src/gperf -h for help) |