diff options
author | Stephen Davies <sdavies@sdc.com.au> | 2014-08-24 10:24:05 +0930 |
---|---|---|
committer | Stephen Davies <sdavies@sdc.com.au> | 2014-08-24 10:24:05 +0930 |
commit | 9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8 (patch) | |
tree | 9e057f084c58bdbf88cc39efa0708ee6a61f4331 /profile.c | |
parent | 09dca22666681470a207083f339083a1a4a8c973 (diff) | |
download | egawk-9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8.tar.gz egawk-9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8.tar.bz2 egawk-9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8.zip |
Progress in collecting comments and with comments within a block.
No joy with comments before BEGIN or END and, before { or after }.
Changed my email
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -882,7 +882,7 @@ cleanup: count = pc->memory->stlen; text = pc->memory->stptr; - indent(SPACEOVER); + indent(SPACEOVER); /* is this correct? Where should comments go? */ for (; count > 0; count--, text++) { if (after_newline) { indent(SPACEOVER); |