From 12f8d74c99ccbb4e3824be8b522721d528e6dd5b Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Tue, 5 Jul 2022 18:24:18 -0500 Subject: [PATCH] Do not use separate segments for __-prefixed versions of functions. The __-prefixed versions were introduced for use in macros that have since been removed, so they are not really necessary any more. However, they may be used in old object files, so those symbols are still included for now. --- stdio.asm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/stdio.asm b/stdio.asm index 302472a..7ae9d4b 100644 --- a/stdio.asm +++ b/stdio.asm @@ -1860,11 +1860,7 @@ stream ds 4 **************************************************************** * fseek start - jmp __fseek - end - -__fseek start - +__fseek entry err equ 1 return value csubroutine (4:stream,4:offset,2:wherefrom),2 @@ -2706,10 +2702,7 @@ lb2 ph4