devel/cc65: Fix build with texinfo 7.0.0+

PR:		270721
Obtained from:	0e55d33cc3
This commit is contained in:
Po-Chuan Hsieh 2023-04-19 01:59:23 +08:00
parent c154a10cec
commit 4edfb62f66
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -1,4 +1,4 @@
--- doc/ca65.sgml.orig 2020-05-20 11:15:00 UTC
--- doc/ca65.sgml.orig 2020-05-30 19:03:15 UTC
+++ doc/ca65.sgml
@@ -621,10 +621,10 @@ problem in most cases.
<table>
@ -24,7 +24,7 @@
*| Multiplication| 2@
/| Division| 2@
.MOD| Modulo operator| 2@
@@ -647,26 +647,26 @@ problem in most cases.
@@ -647,28 +647,28 @@ problem in most cases.
.SHL| Shift-left operator| 2@
&gt;&gt;<newline>
.SHR| Shift-right operator| 2@
@ -54,5 +54,8 @@
-||~@
+&nbsp; | &nbsp; |~@
!<newline>
.NOT| Boolean not| 7@<hline>
-.NOT| Boolean not| 7@<hline>
+.NOT| Boolean not| 7
</tabular>
<caption>Available operators, sorted by precedence
</table>