1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 17:29:50 +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:
ol.sc 2011-01-29 21:36:18 +00:00
parent 88e6b86427
commit d2f59fb8b0

View File

@ -6,7 +6,7 @@
;
.ifdef __APPLE2ENH__
.constructor initconio, 17
.constructor initconio
.endif
.export _cputcxy, _cputc
.export cputdirect, newline, putchar