Hi everybody,

Guile branch_release-1-8 does not build with openSuSE Tumbleweed 's makeinfo 
6.7.

The attached patch fixes the problem.

Knut

>From 394c7dbeddbaf2a33767e877d411e3fb36545dbe Mon Sep 17 00:00:00 2001
From: Knut Petersen <knut_peter...@t-online.de>
Date: Tue, 24 Nov 2020 20:31:14 +0100
Subject: [PATCH] Fix building with makeinfo 6.7

Replace 0xa0 with 0x20 and 0xa9 with '(C)'

Signed-off-by: Knut Petersen <knup...@gmail.com>
---
 doc/goops/goops-tutorial.texi | 4 ++--
 doc/ref/api-compound.texi     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/goops/goops-tutorial.texi b/doc/goops/goops-tutorial.texi
index 11155dfae..125afa4f7 100644
--- a/doc/goops/goops-tutorial.texi
+++ b/doc/goops/goops-tutorial.texi
@@ -3,7 +3,7 @@
 @c
 @c STk Reference manual (Appendix: An Introduction to STklos)
 @c
-@c Copyright Š 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <e...@unice.fr>
+@c Copyright (C) 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <e...@unice.fr>
 @c Permission to use, copy, modify, distribute,and license this
 @c software and its documentation for any purpose is hereby granted,
 @c provided that existing copyright notices are retained in all
@@ -42,7 +42,7 @@ Original attribution:
 
 STk Reference manual (Appendix: An Introduction to STklos)
 
-Copyright Š 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@@unice.fr>
+Copyright (C) 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@@unice.fr>
 Permission to use, copy, modify, distribute,and license this
 software and its documentation for any purpose is hereby granted,
 provided that existing copyright notices are retained in all
diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 5ecaca42a..ea4412afb 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -905,7 +905,7 @@ Sets the element at position @var{idx} in the simple vector
 @end deftypefn
 
 @deftypefn {C Function} {const SCM *} scm_vector_elements (SCM vec, scm_t_array_handle *handle, size_t *lenp, ssize_t *incp)
-Acquire a handle for the vector @var{vec} and return a pointer to the
+Acquire a handle for the vector @var{vec} and return a pointer to the
 elements of it.  This pointer can only be used to read the elements of
 @var{vec}.  When @var{vec} is not a vector, an error is signaled.  The
 handle mustr eventually be released with
-- 
2.29.2

Reply via email to