comparison libinterp/parse-tree/lex.h @ 16277:8cb65fd72164

eliminate obsolete concepts of "pending local" and "forced" variables * symtab.h, lexh, lex.ll, oct-parse.in.yy, toplev.cc, input.cc: Delete unused functions and data for handling pending local and forced variables in the parser and lexer.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Mar 2013 15:01:32 -0400
parents dd7de0345124
children ea78011f66bf 09881dab3aaf
comparison
equal deleted inserted replaced
16275:dd7de0345124 16277:8cb65fd72164
494 494
495 bool inside_any_object_index (void); 495 bool inside_any_object_index (void);
496 496
497 int is_keyword_token (const std::string& s); 497 int is_keyword_token (const std::string& s);
498 498
499 bool is_variable (const std::string& name);
500
501 bool whitespace_is_significant (void); 499 bool whitespace_is_significant (void);
502 500
503 void handle_number (void); 501 void handle_number (void);
504 502
505 void handle_continuation (void); 503 void handle_continuation (void);