[comp.unix.wizards] Lex Library

polar@wotan.top.cis.syr.edu (Paul R. Humenn) (10/07/89)

In our 4.3BSD installation we are missing the code for the lex library
functions /usr/lib/libl.a.  It doesn't seem to be in the lex or yacc
sorce directories either.  I'm interested in the code for the 
function  yyless()  only  so I can port the resulting programs to a Mac.
Can somebody mail me the code for it? 

Thanks,
-Polar      polar@top.cis.syr.edu

polar@wotan.top.cis.syr.edu (Paul R. Humenn) (10/10/89)

I posted this before with no answer.  Could someone help me?  I'm trying
to port some Lex and Yacc code over to the Mac. However, I need a 
subroutine yyless() that is in the lex library /usr/lib/libl.a.
Unfortuneately, our 4.3BSD code distribution is missing 
the Make directory for this library.
I thought that it libl.a may have been generated by the Makefile for
Lex.  However, I can't find it in either the Lex or Yacc Make directories.
Sooo,...  Could someone look through their /usr/src/usr.lib directories
and see if there is a copy of yyless.c around and mail it to me??  
I would save me a lot of grief.  Thanks....

-Polar
	Don't ask why I want to port this to a Mac. I ask myself that too often.