diff libinterp/corefcn/load-path.cc @ 22094:9203833cab7d

move new interpreter class to separate file * libinterp/corefcn/interpreter.cc, libinterp/corefcn/interpreter.h: New files. Move interpreter class and some supporting functions here from octave.h, octave.cc, toplev.h, and toplev.cc. Move main_loop into the interpreter class. Handle exiting with a separate exception object from interrupts, passing the exit status with the object. Update other files as needed to remove toplev.h or include interpreter.h instead of toplev.h. * libinterp/corefcn/module.mk: Update. * toplev.h: Deprecate.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Jul 2016 18:05:53 -0400
parents 03c692adf563
children 9fc91bb2aec3
line wrap: on
line diff
--- a/libinterp/corefcn/load-path.cc	Tue Jul 12 10:17:45 2016 +0200
+++ b/libinterp/corefcn/load-path.cc	Mon Jul 11 18:05:53 2016 -0400
@@ -37,11 +37,11 @@
 #include "defaults.h"
 #include "defun.h"
 #include "input.h"
+#include "interpreter.h"
 #include "load-path.h"
 #include "ov-usr-fcn.h"
 #include "pager.h"
 #include "parse.h"
-#include "toplev.h"
 #include "unwind-prot.h"
 #include "utils.h"