diff libinterp/corefcn/debug.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 6db928d06b07
children 9203833cab7d
line wrap: on
line diff
--- a/libinterp/corefcn/debug.cc	Mon Jul 11 16:34:02 2016 -0400
+++ b/libinterp/corefcn/debug.cc	Mon Jul 11 17:05:33 2016 -0400
@@ -35,6 +35,7 @@
 #include "file-stat.h"
 #include "singleton-cleanup.h"
 
+#include "call-stack.h"
 #include "defun.h"
 #include "error.h"
 #include "file-ops.h"