Mercurial > hg > octave-nkf
comparison libinterp/parse-tree/oct-parse.in.yy @ 16850:ec2ac2300ac8
oct-parse-in.yy: Fix error compiling code in cset 77c8aae15908.
* libinterp/parse-tree/oct-parse.in.yy(Fautoload): Decorate clear_dld_function
with symbol_table:: namespace.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 25 Jun 2013 13:59:35 -0700 |
parents | 77c8aae15908 |
children | 498b2dd1bd56 aebb54d99dba |
comparison
equal
deleted
inserted
replaced
16849:c728c87f43ba | 16850:ec2ac2300ac8 |
---|---|
3621 if (argv[3].compare ("remove") != 0) | 3621 if (argv[3].compare ("remove") != 0) |
3622 error_with_id ("Octave:invalid-input-arg", | 3622 error_with_id ("Octave:invalid-input-arg", |
3623 "autoload: third argument can only be 'remove'"); | 3623 "autoload: third argument can only be 'remove'"); |
3624 | 3624 |
3625 // Remove function from symbol table and autoload map. | 3625 // Remove function from symbol table and autoload map. |
3626 clear_dld_function (argv[1]); | 3626 symbol_table::clear_dld_function (argv[1]); |
3627 autoload_map.erase (argv[1]); | 3627 autoload_map.erase (argv[1]); |
3628 } | 3628 } |
3629 } | 3629 } |
3630 } | 3630 } |
3631 else | 3631 else |