diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-22 01:54:39 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-22 01:54:39 +0000 |
| commit | d3e158380adc0ceb046a4e5dc53e9c63fefb4cbd (patch) | |
| tree | 485bf39fe11ed997b132936478c39a371fbce71f | |
| parent | 03c44ca492519605ec929de5520ed320db985eae (diff) | |
Notes
| -rw-r--r-- | lib/libc/locale/collcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index ae783d06faee..c0320ba20754 100644 --- a/lib/libc/locale/collcmp.c +++ b/lib/libc/locale/collcmp.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#define ASCII_COMPATIBLE_COLLATE /* see usr.bin/colldef/data */ +#define ASCII_COMPATIBLE_COLLATE /* see share/colldef */ #include <string.h> #include "collate.h" |
