diff --git a/src/util/util_speak.c b/src/util/util_speak.c index bfd810b0a1..452d5c8b3b 100644 --- a/src/util/util_speak.c +++ b/src/util/util_speak.c @@ -1,7 +1,3 @@ -/* - $Id$ - */ - #include #include #ifdef WIN32 @@ -45,12 +41,7 @@ void util_speak(const char *string) #endif } -#ifdef CRAY -#define FATR -void UTIL_SPEAK(const char *string, int len) -#else void util_speak_(const char *string, int len) -#endif { #ifdef SPEECH char buf[256]; @@ -62,11 +53,7 @@ void util_speak_(const char *string, int len) #endif } -#if defined(USE_FCD) -void FATR UTIL_SPEAK_INIT(const char *host, integer *fp, int len) -#else void util_speak_init_(const char *host, integer *fp, int len) -#endif { #ifdef SPEECH char buf[256];