comparison src/lex.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents cda4aa780d58
children 1bfca2bbea8b
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
62 convert_spaces_to_comma (true), at_beginning_of_statement (true), 62 convert_spaces_to_comma (true), at_beginning_of_statement (true),
63 defining_func (0), looking_at_function_handle (false), 63 defining_func (0), looking_at_function_handle (false),
64 looking_at_return_list (false), looking_at_parameter_list (false), 64 looking_at_return_list (false), looking_at_parameter_list (false),
65 looking_at_decl_list (false), looking_at_initializer_expression (false), 65 looking_at_decl_list (false), looking_at_initializer_expression (false),
66 looking_at_matrix_or_assign_lhs (false), looking_at_object_index (), 66 looking_at_matrix_or_assign_lhs (false), looking_at_object_index (),
67 looking_for_object_index (false), do_comma_insert (false), 67 looking_for_object_index (false), do_comma_insert (false),
68 looking_at_indirect_ref (false), parsed_function_name (), 68 looking_at_indirect_ref (false), parsed_function_name (),
69 parsing_class_method (false), maybe_classdef_get_set_method (false), 69 parsing_class_method (false), maybe_classdef_get_set_method (false),
70 parsing_classdef (false), quote_is_transpose (false), 70 parsing_classdef (false), quote_is_transpose (false),
71 pending_local_variables () 71 pending_local_variables ()
72 72
73 { 73 {
74 init (); 74 init ();
75 } 75 }