Clean up some #else #if 'ing

This commit is contained in:
Kurt Zeilenga 2002-10-04 18:36:44 +00:00
parent 9f4d662f87
commit 8975676fa4

View 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 */