]> git.sur5r.net Git - cc65/blobdiff - src/ld65/extsyms.h
Added/completed/debugged o65 support for Lunix
[cc65] / src / ld65 / extsyms.h
index de6b01bed34eb8bf6c8a3e049c6c540b32f4a15d..56edf0224bfd2cb4600511ea6d32cb45b07036d1 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1999     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 1999-2001 Ullrich von Bassewitz                                       */
+/*               Wacholderweg 14                                             */
+/*               D-70597 Stuttgart                                           */
+/* EMail:        uz@musoftware.de                                            */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 /* Forward decl for structure holding an external symbol */
-typedef struct ExtSym_ ExtSym;
+typedef struct ExtSym ExtSym;
 
 /* External symbol table structure */
-typedef struct ExtSymTab_ ExtSymTab;
+typedef struct ExtSymTab ExtSymTab;
 
 
 
@@ -97,3 +97,4 @@ const ExtSym* ExtSymNext (const ExtSym* E);
 
 
 
+