Mercurial > hg > octave-nkf
diff libinterp/parse-tree/oct-parse.yy @ 16158:7eb614760ddb
rename lexical_feedback to octave_lexer
* lex.h (octave_lexer): Rename from lexical_feedback.
* lex.h, lex.ll, parse.h, oct-parse.yy: Change all uses.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 28 Feb 2013 11:24:38 -0500 |
parents | 335041cc657a |
children | c5bfdc4c0963 |
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy +++ b/libinterp/parse-tree/oct-parse.yy @@ -84,7 +84,7 @@ // Global access to currently active lexer. // FIXME -- to be removed after more parser+lexer refactoring. -lexical_feedback *CURR_LEXER = 0; +octave_lexer *CURR_LEXER = 0; #if defined (GNULIB_NAMESPACE) // Calls to the following functions appear in the generated output from