mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/cc65: Fix build with texinfo 7.0.0+
PR: 270721
Obtained from: 0e55d33cc3
This commit is contained in:
parent
c154a10cec
commit
4edfb62f66
1 changed files with 6 additions and 3 deletions
|
@ -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@
|
||||
>><newline>
|
||||
.SHR| Shift-right operator| 2@
|
||||
|
@ -54,5 +54,8 @@
|
|||
-||~@
|
||||
+ | |~@
|
||||
!<newline>
|
||||
.NOT| Boolean not| 7@<hline>
|
||||
-.NOT| Boolean not| 7@<hline>
|
||||
+.NOT| Boolean not| 7
|
||||
</tabular>
|
||||
<caption>Available operators, sorted by precedence
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue