From 93291add05e6d149082125dae6f581e176daad81 Mon Sep 17 00:00:00 2001 From: Jeff Tranter Date: Mon, 21 Feb 2022 15:54:47 -0500 Subject: [PATCH] A couple of addtional fixes. --- doc/ca65.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index de30f4147..8797f2c60 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -3152,7 +3152,7 @@ See: ,

Conditional assembly: Check if a symbol is referenced. Must be followed - by a symbol name. The condition is true if if the given symbol was + by a symbol name. The condition is true if the given symbol was not referenced before, and false otherwise. See also: @@ -3197,7 +3197,7 @@ See: ,

Conditional assembly: Check if a symbol is referenced. Must be followed - by a symbol name. The condition is true if if the given symbol was + by a symbol name. The condition is true if the given symbol was referenced before, and false otherwise. This command may be used to build subroutine libraries in include files