1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00

newline is used elsewhere and must be exported

git-svn-id: svn://svn.cc65.org/cc65/trunk@157 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-07-16 20:54:53 +00:00
parent f3605c162b
commit c6546592b6
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
;
.export _cputcxy, _cputc, cputdirect, putchar
.export plot
.export newline, plot
.import popa, _gotoxy
.import xsize, revers

View File

@ -6,7 +6,7 @@
;
.export _cputcxy, _cputc, cputdirect, putchar
.export plot
.export newline, plot
.import popa, _gotoxy
.import xsize, revers

View File

@ -6,7 +6,7 @@
;
.export _cputcxy, _cputc, cputdirect, putchar
.export plot
.export newline, plot
.exportzp CURS_X, CURS_Y
.import _gotoxy
.import popa

View File

@ -6,7 +6,7 @@
;
.export _cputcxy, _cputc, cputdirect, putchar
.export plot
.export newline, plot
.import popa, _gotoxy
.import xsize, revers

View File

@ -6,7 +6,7 @@
;
.export _cputcxy, _cputc, cputdirect, putchar
.export plot
.export newline, plot
.import popa, _gotoxy
.import xsize, revers