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

[project @ 2003-01-03 15:27:05 by jwe]
author jwe
date Fri, 03 Jan 2003 15:27:06 +0000
parents 5719210fff4c
children e35b034d3523
line wrap: on
line diff
--- a/src/pt-exp.h	Fri Jan 03 06:22:55 2003 +0000
+++ b/src/pt-exp.h	Fri Jan 03 15:27:06 2003 +0000
@@ -47,6 +47,8 @@
 
   virtual ~tree_expression (void) { }
 
+  virtual bool has_magic_end (void) const = 0;
+
   virtual bool is_constant (void) const { return false; }
 
   virtual bool is_matrix_constant (void) const { return false; }