diff libinterp/parse-tree/pt-colon.h @ 21779:7db94853d12b

use consistent pattern for file inclusion guards * marker.h, ls-utils.h, oct-hdf5.h, pt-colon.h, pt-fcn-handle.h: Use consistent pattern for file inclusion guards. Ensure that symbols on the "#if ! defined" and "#define" lines match.
author John W. Eaton <jwe@octave.org>
date Thu, 26 May 2016 13:42:38 -0400
parents 1473547f50f5
children bac0d6f07a3e
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-colon.h	Wed May 25 16:59:05 2016 -0700
+++ b/libinterp/parse-tree/pt-colon.h	Thu May 26 13:42:38 2016 -0400
@@ -21,11 +21,11 @@
 */
 
 #if ! defined (octave_pt_colon_h)
-#  define octave_tree_colon 1
+#define octave_pt_colon_h 1
 
 #include "octave-config.h"
 
-#  include <string>
+#include <string>
 
 class tree_walker;
 
@@ -33,8 +33,8 @@
 class octave_value_list;
 class octave_lvalue;
 
-#  include "pt-exp.h"
-#  include "symtab.h"
+#include "pt-exp.h"
+#include "symtab.h"
 
 // Colon expressions.