aboutsummaryrefslogtreecommitdiff
path: root/linetab.c
diff options
context:
space:
mode:
Diffstat (limited to 'linetab.c')
-rw-r--r--linetab.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linetab.c b/linetab.c
index 669b1a0..0351f59 100644
--- a/linetab.c
+++ b/linetab.c
@@ -101,6 +101,9 @@ CALLBACK(got_var) {
case CMD_LIST:
computed_msg(lineno);
break;
+ case CMD_ON:
+ if(on_op) computed_msg(lineno);
+ break;
default:
break;
}