]> git.sur5r.net Git - openldap/commitdiff
Clean up some #else #if 'ing
authorKurt Zeilenga <kurt@openldap.org>
Fri, 4 Oct 2002 18:36:44 +0000 (18:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 4 Oct 2002 18:36:44 +0000 (18:36 +0000)
servers/slapd/phonetic.c

index 4934cbd31688b07b83e4379cb76575f79aa9171b..80522af3e753bb15f9e538c6c6b70ed7286167ed 100644 (file)
@@ -161,8 +161,7 @@ phonetic( char *s )
         return( ch_strdup( phoneme ) );
 }
 
-#else
-#if defined(SLAPD_METAPHONE)
+#elif defined(SLAPD_METAPHONE)
 
 /*
  * Metaphone copied from C Gazette, June/July 1991, pp 56-57,
@@ -432,5 +431,4 @@ phonetic( char *Word )
        return( ch_strdup( buf ) );
 }
 
-#endif /* metaphone */
-#endif /* SLAPD_PHONETIC */
+#endif /* SLAPD_METAPHONE */