Replace a line which was accidentally removed.
authorAsher Gordon <AsDaGo at>
Sun, 12 Jul 2020 05:22:15 +0000 (01:22 -0400)
committerRob Browning <rlb@defaultvalue.org>
Sun, 17 Jan 2021 19:15:58 +0000 (13:15 -0600)
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
libguile/guile.c

diff --git a/THANKS b/THANKS
index 77eef91753649af799f2fbf794a27cefe3cf939d..3d59c500c1177b4e2d40fefb57b392ec4998234a 100644 (file)
--- 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
index fa5fef92821d099562a4eabed937dad8bacb5c9d..ae592ed223509b0f5a53205ef12b4e3746b6d490 100644 (file)
@@ -18,6 +18,7 @@
    <https://www.gnu.org/licenses/>.  */
 
 /* 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