]> git.sur5r.net Git - cc65/blobdiff - src/da65/labels.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / da65 / labels.h
index 0420ac2afc6fdac6fe8e2a28ff6686cbdb2f3250..88ea8d88be6353eaef3e1922c5eef024a0ca699c 100644 (file)
@@ -43,7 +43,7 @@
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -94,16 +94,11 @@ void ForwardLabel (unsigned Offs);
  * bytes and is therefore output as "label = * + x".
  */
 
-void ForwardLabels (unsigned Size);
-/* Define forward labels for the range PC to PC+Size-1 if necessary */
-
 void DefOutOfRangeLabels (void);
 /* Output any labels that are out of the loaded code range */
 
 
 
 /* End of labels.h */
-#endif
-
-
 
+#endif