diff src/pt-pr-code.h @ 3665:0689afb1d001

[project @ 2000-05-11 19:07:56 by jwe]
author jwe
date Thu, 11 May 2000 19:10:09 +0000
parents b80bbb43a1a9
children 9b9efdcbdfd3
line wrap: on
line diff
--- a/src/pt-pr-code.h	Mon May 01 19:35:22 2000 +0000
+++ b/src/pt-pr-code.h	Thu May 11 19:10:09 2000 +0000
@@ -29,6 +29,7 @@
 
 #include <string>
 
+#include "comment-list.h"
 #include "pt-walk.h"
 
 class tree_expression;
@@ -168,6 +169,12 @@
 
   void print_parens (const tree_expression& expr, const char *txt);
 
+  void print_comment_list (octave_comment_list *comment_list);
+
+  void print_comment_elt (const octave_comment_elt& comment_elt);
+
+  void print_indented_comment (octave_comment_list *comment_list);
+
   // Must create with an output stream!
 
   tree_print_code (void);