summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-07-30 14:26:50 -0400
committerArnold D. Robbins <arnold@skeeve.com>2013-08-14 00:00:19 +0300
commitafc5c481f97b85b803b9b973d52684deceb715d0 (patch)
treea0915082f5e3d2e8a8a8fafba3d0ee160e362417 /eval.c
parent15a922b8a62092fab8b0e9b9fa06c3182b38b596 (diff)
downloadgawk-afc5c481f97b85b803b9b973d52684deceb715d0.tar.gz
Start new branch that adds comments to profiling.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index cf2264bf..a0dddf46 100644
--- a/eval.c
+++ b/eval.c
@@ -360,6 +360,7 @@ static struct optypetab {
{ "Op_after_beginfile", NULL },
{ "Op_after_endfile", NULL },
{ "Op_func", NULL },
+ { "Op_comment", NULL },
{ "Op_exec_count", NULL },
{ "Op_breakpoint", NULL },
{ "Op_lint", NULL },