aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-08-25 22:12:44 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-08-25 22:12:44 +0300
commit4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9 (patch)
tree3d675601123fd9ac5005938ce03686b322c08733 /debug.c
parent1e71aa87500ae9264cb7c2045dd7b0a93b759de0 (diff)
parent00682d87a1a1c0535c0fa5adb27867578dc76d49 (diff)
downloadegawk-4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9.tar.gz
egawk-4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9.tar.bz2
egawk-4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index f4640adb..9f2d948b 100644
--- a/debug.c
+++ b/debug.c
@@ -1670,7 +1670,7 @@ cmp_val(struct list_item *w, NODE *old, NODE *new)
if (new->type == Node_var_array) /* 5 */
return true;
- return cmp_nodes(old, new); /* 4 */
+ return cmp_nodes(old, new, true); /* 4 */
}
/* watchpoint_triggered --- check if we should stop at this watchpoint;