mirror of
https://github.com/cc65/cc65.git
synced 2025-02-25 01:29:04 +00:00
fix for err blank line removal
This commit is contained in:
parent
fa27c9dfc6
commit
59ab140dc9
@ -176,4 +176,5 @@ typedef void graphicStr;
|
|||||||
/* ESC_PUTSTRING can't be implemented - it needs text, not pointer to it
|
/* ESC_PUTSTRING can't be implemented - it needs text, not pointer to it
|
||||||
#define ESC_PUTSTRING(x,y,text) (char)6, (unsigned)(x), (char)(y), (text), (char)NULL
|
#define ESC_PUTSTRING(x,y,text) (char)6, (unsigned)(x), (char)(y), (text), (char)NULL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user