aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-11-04 10:53:14 +0000
committerKenichi Handa1998-11-04 10:53:14 +0000
commit6a0d0ed308e7eef7d1070916fb682532e9ead665 (patch)
tree077f9439870f484d52e8db453df4351fffbf1670 /src
parentb4ea3111c067d98f65ac92cabd6b90a1ac3f87fd (diff)
downloademacs-6a0d0ed308e7eef7d1070916fb682532e9ead665.tar.gz
emacs-6a0d0ed308e7eef7d1070916fb682532e9ead665.zip
[nec_ews_svr4]: Extern *_sobuf.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 99119b925e1..778fa6f32e6 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1237,11 +1237,15 @@ int old_fcntl_owner;
1237 but if so, this does no harm, 1237 but if so, this does no harm,
1238 and using the same name avoids wasting the other one's space. */ 1238 and using the same name avoids wasting the other one's space. */
1239 1239
1240#ifdef nec_ews_svr4
1241extern char *_sobuf ;
1242#else
1240#if defined (USG) || defined (DGUX) 1243#if defined (USG) || defined (DGUX)
1241unsigned char _sobuf[BUFSIZ+8]; 1244unsigned char _sobuf[BUFSIZ+8];
1242#else 1245#else
1243char _sobuf[BUFSIZ]; 1246char _sobuf[BUFSIZ];
1244#endif 1247#endif
1248#endif
1245 1249
1246#ifdef HAVE_LTCHARS 1250#ifdef HAVE_LTCHARS
1247static struct ltchars new_ltchars = {-1,-1,-1,-1,-1,-1}; 1251static struct ltchars new_ltchars = {-1,-1,-1,-1,-1,-1};