From 792cbf14455bed16fdf4cd9de77c69f5d1692dd1 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 18 Jul 2013 11:43:20 +0000 Subject: use public only with one label, makes it possible to define public as a macro --- astartup.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astartup.asm b/astartup.asm index 387f0de..12a0392 100644 --- a/astartup.asm +++ b/astartup.asm @@ -454,7 +454,8 @@ _DATA ends public e__system__nind public e__system__eaind ; old names of the previous two labels for compatibility, remove later - public __indirection,__eaind + public __indirection + public __eaind extrn e__system__dind:near public eval_fill -- cgit v1.2.3