[net.mail] Need yyreject

jim (04/06/83)

I am trying to get Bellovin's pathalias program compiled to replace our
fixed-cost routing program, but I get "yyreject() undefined".  The call
to this routine is generated by lex, and is in both the lex.c supplied
with the source and a lex.c I made by running lex.l through lex.  I
don't know the first thing about yacc, but apparently lex expects this
routine to be around somewhere.  This is on 4.1bsd.  Can anyone help?

jim (04/08/83)

My thanks to the dozens of people who answered my question about
yyreject().  This routine is part of the lex library, which my makefile
was not linking against.

Due to the number of replies I will not be able to thank you all
individually.