ports/devel/cc65/files/patch-doc_ca65.sgml
Po-Chuan Hsieh 4edfb62f66
devel/cc65: Fix build with texinfo 7.0.0+
PR:		270721
Obtained from:	0e55d33cc3
2023-04-19 02:05:13 +08:00

61 lines
1.6 KiB
Text

--- doc/ca65.sgml.orig 2020-05-30 19:03:15 UTC
+++ doc/ca65.sgml
@@ -621,10 +621,10 @@ problem in most cases.
<table>
<tabular ca="clc">
<bf/Operator/| <bf/Description/| <bf/Precedence/@<hline>
-| Built-in string functions| 0@
-||~@
-| Built-in pseudo-variables| 1@
-| Built-in pseudo-functions| 1@
+&nbsp; | Built-in string functions| 0@
+&nbsp; | &nbsp; |~@
+&nbsp; | Built-in pseudo-variables| 1@
+&nbsp; | Built-in pseudo-functions| 1@
+| Unary positive| 1@
-| Unary negative| 1@
&tilde;<newline>
@@ -635,7 +635,7 @@ problem in most cases.
.HIBYTE| Unary high-byte operator| 1@
^<newline>
.BANKBYTE| Unary bank-byte operator| 1@
-||~@
+&nbsp; | &nbsp; |~@
*| Multiplication| 2@
/| Division| 2@
.MOD| Modulo operator| 2@
@@ -647,28 +647,28 @@ problem in most cases.
.SHL| Shift-left operator| 2@
&gt;&gt;<newline>
.SHR| Shift-right operator| 2@
-||~@
+&nbsp; | &nbsp; |~@
+| Binary addition| 3@
-| Binary subtraction| 3@
&verbar;<newline>
.BITOR| Bitwise or| 3@
-||~@
+&nbsp; | &nbsp; |~@
= | Compare operator (equal)| 4@
&lt;&gt;| Compare operator (not equal)| 4@
&lt;| Compare operator (less)| 4@
&gt;| Compare operator (greater)| 4@
&lt;=| Compare operator (less or equal)| 4@
&gt;=| Compare operator (greater or equal)| 4@
-||~@
+&nbsp; | &nbsp; |~@
&amp;&amp;<newline>
.AND| Boolean and| 5@
.XOR| Boolean xor| 5@
-||~@
+&nbsp; | &nbsp; |~@
&verbar;&verbar;<newline>
.OR| Boolean or| 6@
-||~@
+&nbsp; | &nbsp; |~@
!<newline>
-.NOT| Boolean not| 7@<hline>
+.NOT| Boolean not| 7
</tabular>
<caption>Available operators, sorted by precedence
</table>