aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:51:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-13 16:51:45 +0300
commit356f7fbe484236c43a589c3338387f0097c87859 (patch)
tree8e515654b4ddb1c46e3713f4d661333d1925377b /profile.c
parent06cbdb5103c1bd5565fd61b2c854a86cd3c3fd85 (diff)
parent9f4d21a8c8e78f223f993139a857fccd0bc30a29 (diff)
downloadegawk-356f7fbe484236c43a589c3338387f0097c87859.tar.gz
egawk-356f7fbe484236c43a589c3338387f0097c87859.tar.bz2
egawk-356f7fbe484236c43a589c3338387f0097c87859.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.c b/profile.c
index b61d29cf..748abda2 100644
--- a/profile.c
+++ b/profile.c
@@ -373,6 +373,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, int flags)
break;
default:
+ fprintf(stderr, "Got unexpected type %s\n", nodetype2str(m->type));
cant_happen();
}