]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codelab.h
Use CHAR_BITS instead of a hardcoded 8 bits/byte.
[cc65] / src / cc65 / codelab.h
index 8f298e0fbcada69b2c4002e3be48a76738cc7d6b..649c0a2b7aa8703817d03bab719edbdd0cf2cfd4 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2001     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 2001-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -38,8 +38,6 @@
 
 
 
-#include <stdio.h>
-
 /* common */
 #include "coll.h"
 
@@ -113,8 +111,8 @@ void CL_MoveRefs (CodeLabel* OldLabel, CodeLabel* NewLabel);
  * more references on return.
  */
 
-void CL_Output (const CodeLabel* L, FILE* F);
-/* Output the code label to a file */
+void CL_Output (const CodeLabel* L);
+/* Output the code label to the output file */