]> git.sur5r.net Git - cc65/blobdiff - src/da65/labels.h
Fixed an error
[cc65] / src / da65 / labels.h
index 0420ac2afc6fdac6fe8e2a28ff6686cbdb2f3250..53d46c6c882dd619f389fe6946add2bf8b902b13 100644 (file)
@@ -94,9 +94,6 @@ 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 */