home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume4 / fxref / yywrap.c < prev   
Text File  |  1989-02-03  |  158b  |  4 lines

  1. yywrap() {        /* required for all LEX programs without -ll */
  2.     return(1);    /* cf. section 9 of Lesk & Schmidt */
  3. }            /* if -ll is available, this comes later */
  4.