diff src/utils.cc @ 1465:3bb3848031a0

[project @ 1995-09-22 07:35:51 by jwe]
author jwe
date Fri, 22 Sep 1995 07:45:28 +0000
parents 1c39e0686c99
children 89c587478067
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -40,12 +40,6 @@
 
 #include <Complex.h>
 
-extern "C"
-{
-#ifndef HAVE_STRNCASECMP
-extern int strncasecmp (const char*, const char*, size_t);
-#endif
-
 #if defined (HAVE_TERMIOS_H)
 #include <termios.h>
 #elif defined (HAVE_TERMIO_H)
@@ -57,7 +51,10 @@
 #endif
 
 #include <readline/tilde.h>
-}
+
+#ifndef HAVE_STRNCASECMP
+extern "C" int strncasecmp (const char*, const char*, size_t);
+#endif
 
 #include "SLStack.h"