aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-10-02 20:06:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-10-02 20:06:36 +0300
commit4959339c8a962b54bf33fd9e3d9f46b3f1c3c29e (patch)
tree2a12a1c8d716d10729e6c86ac528d235199e240a /profile.c
parent3225a4e4256d827a521c7127620e34a167f6e195 (diff)
downloadegawk-4959339c8a962b54bf33fd9e3d9f46b3f1c3c29e.tar.gz
egawk-4959339c8a962b54bf33fd9e3d9f46b3f1c3c29e.tar.bz2
egawk-4959339c8a962b54bf33fd9e3d9f46b3f1c3c29e.zip
Code review and minor whitespace cleanups.
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 0a137e29..da41a560 100644
--- a/profile.c
+++ b/profile.c
@@ -912,6 +912,7 @@ cleanup:
case Op_list:
break;
+
default:
cant_happen();
}
@@ -994,7 +995,8 @@ print_lib_list(FILE *prof_fp)
fprintf(prof_fp, "\n");
}
-/* print comment text with proper indentation */
+/* print_comment --- print comment text with proper indentation */
+
static void
print_comment(INSTRUCTION* pc, long in)
{