Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Re: Build Failures on SunOS-4.1 and 5.5



On Apr 12, 10:54am, Clint Adams wrote:
} Subject: PATCH: Re: Build Failures on SunOS-4.1 and 5.5
}
} > /usr/include/term.h:1180: conflicting types for `tputs'
} 
} This should fix that, at least.
} 
} +# ifndef HAVE_TERM_H
}  extern int tputs _((char *cp, int affcnt, int (*outc) (int)));
} +# endif

No, that's bad.  Don't commit it.  <term.h> is not included by system.h,
so this will cause a missing prototype in zle_refresh.c.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author