diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-02 20:06:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-02 20:06:36 +0300 |
commit | 4959339c8a962b54bf33fd9e3d9f46b3f1c3c29e (patch) | |
tree | 2a12a1c8d716d10729e6c86ac528d235199e240a /profile.c | |
parent | 3225a4e4256d827a521c7127620e34a167f6e195 (diff) | |
download | egawk-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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) { |