Mercurial > hg > octave-lyh
diff libinterp/parse-tree/lex.ll @ 16146:b6050fc0a2d9
use %option noyywrap
* lex.ll (yywrap): Delete. Use %option noyywrap instead.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 27 Feb 2013 16:06:03 -0500 |
parents | 2fd39ab12209 |
children | 10abbc493f50 |
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll +++ b/libinterp/parse-tree/lex.ll @@ -21,6 +21,7 @@ */ %option prefix = "octave_" +%option noyywrap %top { #ifdef HAVE_CONFIG_H @@ -1116,14 +1117,6 @@ } } -// Include these so that we don't have to link to libfl.a. - -int -yywrap (void) -{ - return 1; -} - // Tell us all what the current buffer is. YY_BUFFER_STATE