From 0ff1b20f2a2420bbff8e162c54e52fa24561de3e Mon Sep 17 00:00:00 2001
From: bbbradsmith <bbbradsmith@users.noreply.github.com>
Date: Sat, 16 Dec 2023 19:52:57 -0500
Subject: [PATCH] nested struct example needs a .tag

---
 doc/ca65.sgml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/ca65.sgml b/doc/ca65.sgml
index 9be63d035..3d4899366 100644
--- a/doc/ca65.sgml
+++ b/doc/ca65.sgml
@@ -5016,6 +5016,7 @@ the new structure are added to the enclosing scope instead. Example:
               .endstruct
       .endstruct
 
+O:    .tag   Object
       lda    O + Object::named + Object::Point::ycoord
       lda    O + Object::un2
 </verb></tscreen>