diff src/sysdep.c @ 23631:c4c37f5b8df6

[nec_ews_svr4]: Extern *_sobuf.
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Nov 1998 10:53:14 +0000
parents a5d08eacb02b
children 1978f057423d
line wrap: on
line diff
--- a/src/sysdep.c	Wed Nov 04 10:48:53 1998 +0000
+++ b/src/sysdep.c	Wed Nov 04 10:53:14 1998 +0000
@@ -1237,11 +1237,15 @@
    but if so, this does no harm,
    and using the same name avoids wasting the other one's space.  */
 
+#ifdef nec_ews_svr4
+extern char *_sobuf ;
+#else
 #if defined (USG) || defined (DGUX)
 unsigned char _sobuf[BUFSIZ+8];
 #else
 char _sobuf[BUFSIZ];
 #endif
+#endif
  
 #ifdef HAVE_LTCHARS
 static struct ltchars new_ltchars = {-1,-1,-1,-1,-1,-1};