mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Bug #130117: add a prototype required to compile cleanly on IRIX
(contributed by Paul Jackson)
This commit is contained in:
parent
c37f5b3296
commit
399b8af563
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ char *PyCursesVersion = "2.1";
|
|||
extern int setupterm(char *,int,int *);
|
||||
#ifdef sgi
|
||||
extern char *tigetstr(char *);
|
||||
extern char *tparm(char *instring, ...);
|
||||
#endif
|
||||
|
||||
#if defined(sgi) || defined(__sun__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue