mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
[nec_ews_svr4]: Extern *_sobuf.
This commit is contained in:
parent
b4ea3111c0
commit
6a0d0ed308
@ -1237,11 +1237,15 @@ int old_fcntl_owner;
|
||||
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};
|
||||
|
Loading…
Reference in New Issue
Block a user