diff libinterp/parse-tree/pt-stmt.cc @ 23750:ea879bc55272

move comment_list and comment_elt classes to octave namespace * comment-list.h, comment-list.cc (class comment_list, class comment_elt): Move inside octave namespace and rename from octave_coment_list and octave_comment_elt. Change all uses.
author John W. Eaton <jwe@octave.org>
date Fri, 07 Jul 2017 18:43:32 -0400
parents ab8831d346c1
children 194eb4bd202b
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-stmt.cc	Fri Jul 07 18:17:32 2017 -0400
+++ b/libinterp/parse-tree/pt-stmt.cc	Fri Jul 07 18:43:32 2017 -0400
@@ -29,6 +29,7 @@
 #include "quit.h"
 
 #include "bp-table.h"
+#include "comment-list.h"
 #include "input.h"
 #include "oct-lvalue.h"
 #include "octave-link.h"