From d2f59fb8b0598ce6b19cfa08ce3e5117f89940f7 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Sat, 29 Jan 2011 21:36:18 +0000 Subject: [PATCH] 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 --- libsrc/apple2/cputc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5