Bug #130117: add a prototype required to compile cleanly on IRIX
(contributed by Paul Jackson)
This commit is contained in:
parent
c37f5b3296
commit
399b8af563
|
@ -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…
Reference in New Issue