diff libinterp/parse-tree/pt-id.h @ 17577:c702371ff6df classdef

maint: periodic merge of default to classdef
author John W. Eaton <jwe@octave.org>
date Sat, 05 Oct 2013 11:22:09 -0400
parents 2ed5bc680c71 f0edd6c752e9
children 93b3d03b05e7
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-id.h	Thu Sep 12 21:08:07 2013 -0400
+++ b/libinterp/parse-tree/pt-id.h	Sat Oct 05 11:22:09 2013 -0400
@@ -56,7 +56,7 @@
 
   ~tree_identifier (void) { }
 
-  bool has_magic_end (void) const { return (name () == "__end__"); }
+  bool has_magic_end (void) const { return (name () == "end"); }
 
   bool is_identifier (void) const { return true; }