]> git.sur5r.net Git - cc65/blobdiff - src/cc65/asmcode.h
Fixed two compiler warnings.
[cc65] / src / cc65 / asmcode.h
index b43cfce8d095851aaeaa784a9207c5c4eac957e9..b91b892d0afa0e01615adf614f669797e6bbab19 100644 (file)
@@ -68,6 +68,9 @@ typedef struct {
 void GetCodePos (CodeMark* M);
 /* Get a marker pointing to the current output position */
 
+void RemoveCodeRange (const CodeMark* Start, const CodeMark* End);
+/* Remove all code between two code markers */
+
 void RemoveCode (const CodeMark* M);
 /* Remove all code after the given code marker */