]> git.sur5r.net Git - cc65/blobdiff - src/ca65/struct.h
More lineinfo usage.
[cc65] / src / ca65 / struct.h
index 0444f8e921c6249906d20dd024d010e428f86920..871fa6a42f749012998e9fc1f5964b682d4cf105 100644 (file)
@@ -2,7 +2,7 @@
 /*                                                                           */
 /*                                 struct.h                                  */
 /*                                                                           */
-/*                              .STRUCT command                              */
+/*                          .STRUCT/.UNION commands                          */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -54,7 +54,7 @@ struct SymTable;
 
 
 
-long GetStructSize (SymTable* Struct);
+long GetStructSize (struct SymTable* Struct);
 /* Get the size of a struct */
 
 void DoStruct (void);