diff src/pt-idx.h @ 4267:7cd865a8c815

[project @ 2003-01-03 15:27:05 by jwe]
author jwe
date Fri, 03 Jan 2003 15:27:06 +0000
parents 23d06c9e1edd
children f7e39f977fe8
line wrap: on
line diff
--- a/src/pt-idx.h	Fri Jan 03 06:22:55 2003 +0000
+++ b/src/pt-idx.h	Fri Jan 03 15:27:06 2003 +0000
@@ -60,6 +60,8 @@
 
   ~tree_index_expression (void);
 
+  bool has_magic_end (void) const { return false; }
+
   void append (tree_argument_list *lst = 0, char t = '(');
 
   void append (const std::string& n);