]> git.sur5r.net Git - cc65/blobdiff - src/cc65/dataseg.h
Working on the new backend
[cc65] / src / cc65 / dataseg.h
index ab62442d98c61efedb4e1129cc1c2d6e1780ac0e..50d692af781cf291c751cd83575072f6f1f39bd2 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                dataseg.h                                 */
+/*                                dataseg.h                                 */
 /*                                                                           */
-/*                         Data segment structure                           */
+/*                         Data segment structure                           */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2001     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 2001      Ullrich von Bassewitz                                       */
+/*               Wacholderweg 14                                             */
+/*               D-70597 Stuttgart                                           */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -74,9 +74,6 @@ struct DataSeg {
 DataSeg* NewDataSeg (const char* SegName, SymEntry* Func);
 /* Create a new data segment, initialize and return it */
 
-void FreeDataSeg (DataSeg* S);
-/* Free a data segment including all line entries */
-
 void AppendDataSeg (DataSeg* Target, const DataSeg* Source);
 /* Append the data from Source to Target. */