diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-07-30 14:26:50 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-14 00:00:19 +0300 |
commit | afc5c481f97b85b803b9b973d52684deceb715d0 (patch) | |
tree | a0915082f5e3d2e8a8a8fafba3d0ee160e362417 /interpret.h | |
parent | 15a922b8a62092fab8b0e9b9fa06c3182b38b596 (diff) | |
download | egawk-afc5c481f97b85b803b9b973d52684deceb715d0.tar.gz egawk-afc5c481f97b85b803b9b973d52684deceb715d0.tar.bz2 egawk-afc5c481f97b85b803b9b973d52684deceb715d0.zip |
Start new branch that adds comments to profiling.
Diffstat (limited to 'interpret.h')
-rw-r--r-- | interpret.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interpret.h b/interpret.h index ba70cf08..69987cf4 100644 --- a/interpret.h +++ b/interpret.h @@ -1356,6 +1356,7 @@ match_re: case Op_K_if: case Op_K_else: case Op_cond_exp: + case Op_comment: break; default: |