Bug #130117: add a prototype required to compile cleanly on IRIX

(contributed by Paul Jackson)
This commit is contained in:
Andrew M. Kuchling 2001-01-28 18:10:23 +00:00
parent c37f5b3296
commit 399b8af563

View file

@ -115,6 +115,7 @@ char *PyCursesVersion = "2.1";
extern int setupterm(char *,int,int *); extern int setupterm(char *,int,int *);
#ifdef sgi #ifdef sgi
extern char *tigetstr(char *); extern char *tigetstr(char *);
extern char *tparm(char *instring, ...);
#endif #endif
#if defined(sgi) || defined(__sun__) #if defined(sgi) || defined(__sun__)