X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fphonetic.c;h=38cd8893aece44aaf5c9f7e33d87049dd900f52b;hb=51c5916149f3652345905f21a6c79dd23ab32fb0;hp=f5894a62e41cc32fd1810983ff45bbbb812bf10a;hpb=3c598e89fb34a892d369a138daa8c3314294493c;p=openldap diff --git a/servers/slapd/phonetic.c b/servers/slapd/phonetic.c index f5894a62e4..38cd8893ae 100644 --- a/servers/slapd/phonetic.c +++ b/servers/slapd/phonetic.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2004 The OpenLDAP Foundation. + * Copyright 1998-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -43,6 +43,7 @@ ispunct((unsigned char) (x)) || \ isdigit((unsigned char) (x)) || (x) == '\0') +#if 0 static char * first_word( char *s ) { @@ -98,6 +99,7 @@ word_dup( char *w ) return( ret ); } +#endif /* 0 */ #ifndef MAXPHONEMELEN #define MAXPHONEMELEN 4