From: ol.sc Date: Sat, 29 Jan 2011 21:36:18 +0000 (+0000) Subject: The constructor doesn't have any interaction with other constructors so there seems... X-Git-Tag: V2.13.3~507 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2f59fb8b0598ce6b19cfa08ce3e5117f89940f7;p=cc65 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 --- diff --git a/libsrc/apple2/cputc.s b/libsrc/apple2/cputc.s index f3adc2f54..1b9373e5f 100644 --- a/libsrc/apple2/cputc.s +++ b/libsrc/apple2/cputc.s @@ -6,7 +6,7 @@ ; .ifdef __APPLE2ENH__ - .constructor initconio, 17 + .constructor initconio .endif .export _cputcxy, _cputc .export cputdirect, newline, putchar