Skip to content
Snippets Groups Projects
Commit 8975676f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Clean up some #else #if 'ing

parent 9f4d662f
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment