comparison src/lex.h @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents d9b25c5b8ee5
children b2191ebea12f
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
171 171
172 // Flags that need to be shared between the lexer and parser. 172 // Flags that need to be shared between the lexer and parser.
173 extern lexical_feedback lexer_flags; 173 extern lexical_feedback lexer_flags;
174 174
175 #endif 175 #endif
176
177 /*
178 ;;; Local Variables: ***
179 ;;; mode: C++ ***
180 ;;; End: ***
181 */