summaryrefslogtreecommitdiff
path: root/awkgram.y
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-04-21 17:31:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-04-21 17:31:47 +0300
commit27f1be8a62b69cad58761b126f51297dbc093b13 (patch)
tree000f03aff342f5a752596ba354ec92ad1e5143a5 /awkgram.y
parent618431c865d8ac8a44e0bc9021b05c181695c136 (diff)
parent6cf92b53d37c1f9e3029cb1c8c0217100c7e36d8 (diff)
downloadgawk-27f1be8a62b69cad58761b126f51297dbc093b13.tar.gz
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 08ee381c..b2ea325c 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -6676,7 +6676,6 @@ merge_comments(INSTRUCTION *c1, INSTRUCTION *c2)
}
if (c2 != NULL) {
- strcat(buffer, "\n");
strcat(buffer, c2->memory->stptr);
if (c2->comment != NULL) {
strcat(buffer, "\n");