mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
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
@ -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…
Reference in New Issue
Block a user