comparison libinterp/corefcn/octave-link.cc @ 22091:0f6fc2ec3b1a

move call_stack class to a separate file * call-stack.h, call-stack.cc: New files. Move call_stack class here from toplev.h and toplev.cc. Update include file lists in other files as needed. * libinterp/corefcn/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Jul 2016 17:05:33 -0400
parents 112b20240c87
children 9203833cab7d
comparison
equal deleted inserted replaced
22090:66db9a493c84 22091:0f6fc2ec3b1a
28 28
29 #include "cmd-edit.h" 29 #include "cmd-edit.h"
30 #include "defun.h" 30 #include "defun.h"
31 #include "oct-env.h" 31 #include "oct-env.h"
32 #include "oct-mutex.h" 32 #include "oct-mutex.h"
33 #include "pager.h"
33 #include "singleton-cleanup.h" 34 #include "singleton-cleanup.h"
34 #include "toplev.h" 35 #include "toplev.h"
35 36
36 #include "octave-link.h" 37 #include "octave-link.h"
37 38