From 8e8a359af2a5ab3cc7c795e147aa0ca3ec06288f Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Sun, 29 Nov 2009 18:21:59 -0800 Subject: target: avoid using interp global variable Adds 'interp' to target_event_action structure to avoid using the global variable of the same name. --- src/target/target.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index 009ec17b..af4727ce 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -222,6 +222,7 @@ enum target_event struct target_event_action { enum target_event event; + Jim_Interp *interp; struct Jim_Obj *body; int has_percent; struct target_event_action *next; -- cgit v1.2.3