diff src/pt-cmd.h @ 3770:bf6116ca10eb

[project @ 2001-02-02 02:21:40 by jwe]
author jwe
date Fri, 02 Feb 2001 02:21:42 +0000
parents b80bbb43a1a9
children 6e86256e9c54
line wrap: on
line diff
--- a/src/pt-cmd.h	Wed Jan 31 22:15:55 2001 +0000
+++ b/src/pt-cmd.h	Fri Feb 02 02:21:42 2001 +0000
@@ -32,6 +32,7 @@
 class tree_walker;
 
 #include "pt.h"
+#include "pt-bp.h"
 
 // A base class for commands.
 
@@ -68,7 +69,7 @@
 
   ~tree_no_op_command (void) { }
 
-  void eval (void) { }
+  void eval (void) { MAYBE_DO_BREAKPOINT; }
 
   void accept (tree_walker& tw);