summaryrefslogtreecommitdiff
path: root/apps/gperf/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-28 18:18:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-28 18:18:45 +0000
commit3acfecfc0eb4454e42c581fe656b5a724b620102 (patch)
tree473c1d54197d2097daea48270762ff226cda69df /apps/gperf/tests
parent5e01541442c039f76904d92bb6eb4679fd66cae1 (diff)
downloadATCD-3acfecfc0eb4454e42c581fe656b5a724b620102.tar.gz
.
Diffstat (limited to 'apps/gperf/tests')
-rw-r--r--apps/gperf/tests/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gperf/tests/test.cpp b/apps/gperf/tests/test.cpp
index e8d9e544f30..c43287836ab 100644
--- a/apps/gperf/tests/test.cpp
+++ b/apps/gperf/tests/test.cpp
@@ -11,7 +11,7 @@ ACE_RCSID(tests, test, "$Id$")
static const int MAX_LEN = 80;
-char *in_word_set (const char *str, int len);
+char *in_word_set (const char *str, unsigned int len);
int
main (int argc, char *argv[])