From 7a1cd29637749c5c8eb9ccff4354530ffb62d432 Mon Sep 17 00:00:00 2001 From: Asher Gordon Date: Sun, 12 Jul 2020 01:22:15 -0400 Subject: [PATCH] Replace a line which was accidentally removed. The line, part of the sentence above it in a comment, was accidentally removed in commit b8d757732fae7c396d58327185f94e5d90846445 "Rationalize include order in C files". * libguile/guile.c: restore missing line. [rlb@defaultvalue.org: augment commit message; add THANKS] Closes: 42331 --- THANKS | 1 + libguile/guile.c | 1 + 2 files changed, 2 insertions(+) diff --git a/THANKS b/THANKS index 77eef9175..3d59c500c 100644 --- a/THANKS +++ b/THANKS @@ -7,6 +7,7 @@ Contributors since the last release: Ludovic Courtès Jason Earl Paul Eggert + Asher Gordon Brian Gough Volker Grabsch Julian Graham diff --git a/libguile/guile.c b/libguile/guile.c index fa5fef928..ae592ed22 100644 --- a/libguile/guile.c +++ b/libguile/guile.c @@ -18,6 +18,7 @@ . */ /* This is the 'main' function for the `guile' executable. It is not + included in libguile.a. Eventually, we hope this file will be automatically generated, based on the list of installed, statically linked libraries on the