The constructor doesn't have any interaction with other constructors so there seems to be no need for a priority at all.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4953 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
88e6b86427
commit
d2f59fb8b0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
.ifdef __APPLE2ENH__
|
.ifdef __APPLE2ENH__
|
||||||
.constructor initconio, 17
|
.constructor initconio
|
||||||
.endif
|
.endif
|
||||||
.export _cputcxy, _cputc
|
.export _cputcxy, _cputc
|
||||||
.export cputdirect, newline, putchar
|
.export cputdirect, newline, putchar
|
||||||
|
|
Loading…
Add table
Reference in a new issue