annotate scripts/@ftp/module.mk @ 17796:6b51f5f44aea
find symbols in proper scope when debugging (bug #40397)
* lex.h (lexical_feedback::symbol_table_context::init_scope):
Delete member variable and all uses.
(lexical_feedback::symbol_table_context::pop): Assert that the context
is not empty before popping.
(lexical_feedback::symbol_table_context::push): Use default argument.
(lexical_feedback::symbol_table_context::curr_scope): If empty, return
symbol_table::current_scope, not the initial scope in effect when the
object is created.
* oct-parse.in.yy (octave_base_parser::make_anon_fcn_handle,
octave_base_parser::recover_from_parsing_function):
Don't check for empty lexer.symtab_context here.
author |
John W. Eaton <jwe@octave.org> |
date |
Tue, 29 Oct 2013 16:29:46 -0400 |
parents |
8d20fb66a0dc |
children |
fa9fa6ab76f0 |
rev |
line source |
9880
|
1 FCN_FILE_DIRS += @ftp |
|
2 |
|
3 @ftp_FCN_FILES = \ |
|
4 @ftp/ascii.m \ |
|
5 @ftp/binary.m \ |
|
6 @ftp/cd.m \ |
|
7 @ftp/close.m \ |
|
8 @ftp/delete.m \ |
|
9 @ftp/dir.m \ |
|
10 @ftp/display.m \ |
|
11 @ftp/ftp.m \ |
|
12 @ftp/loadobj.m \ |
|
13 @ftp/mget.m \ |
|
14 @ftp/mkdir.m \ |
|
15 @ftp/mput.m \ |
|
16 @ftp/rename.m \ |
|
17 @ftp/rmdir.m \ |
|
18 @ftp/saveobj.m |
|
19 |
|
20 FCN_FILES += $(@ftp_FCN_FILES) |
|
21 |
|
22 PKG_ADD_FILES += @ftp/PKG_ADD |
9906
|
23 |
|
24 DIRSTAMP_FILES += @ftp/$(octave_dirstamp) |