changeset 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 c728c87f43ba
children 209f0db3c32b
files libinterp/parse-tree/oct-parse.in.yy
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.in.yy
+++ b/libinterp/parse-tree/oct-parse.in.yy
@@ -3623,7 +3623,7 @@
                                "autoload: third argument can only be 'remove'");
 
               // Remove function from symbol table and autoload map.
-              clear_dld_function (argv[1]);
+              symbol_table::clear_dld_function (argv[1]);
               autoload_map.erase (argv[1]);
             }
         }