[tex-live] more trouble with source (ncurses)
Thomas Esser
te@dbs.uni-hannover.de
Wed Jan 29 18:10:43 CET 2003
> > #undef addch
> > int addch (const chtype z)
> > {
> > % % T ((T_CALLED ("addch(%s)"), _tracechtype2 (0, z))) ; returnCode
> > (waddch (st!
> > }
libs/ncurses/ncurses/lib_gen.c is generated by running
libs/ncurses/ncurses/base/MKlib_gen.sh. Maybe, this does no longer work
for some reason?
My lines for addch look like this:
#undef addch
NCURSES_EXPORT(int) addch (const chtype z)
{
T((T_CALLED("addch(%s)"), _tracechtype2(0,z))); returnCode(waddch(stdscr, z));
}
Thomas
More information about the tex-live
mailing list