comparison libinterp/octave.cc @ 15843:622f3f794162 classdef

Re-instate classdef bootstrapping. * libinterp/octave.cc (octave_initialize_interpreter): Call install_classdef.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 23 Dec 2012 19:03:38 -0500
parents 009984ecf419
children 1ca9beb2a194
comparison
equal deleted inserted replaced
15842:896cf5769537 15843:622f3f794162
889 889
890 install_ops (); 890 install_ops ();
891 891
892 install_builtins (); 892 install_builtins ();
893 893
894 install_classdef ();
895
894 for (std::list<std::string>::const_iterator it = command_line_path.begin (); 896 for (std::list<std::string>::const_iterator it = command_line_path.begin ();
895 it != command_line_path.end (); it++) 897 it != command_line_path.end (); it++)
896 load_path::set_command_line_path (*it); 898 load_path::set_command_line_path (*it);
897 899
898 if (! exec_path.empty ()) 900 if (! exec_path.empty ())