Small code cleanup

This commit is contained in:
pagefault
2001-05-06 20:47:13 +00:00
parent f389cea5de
commit 7bfbde802b

View File

@@ -35,13 +35,12 @@ EXTSYM Open_File, Get_File_Date, Close_File, Change_Dir, Get_Dir
EXTSYM romloadskip
EXTSYM cfgloadgdir,cfgloadsdir
EXTSYM init18_2hz
EXTSYM OSExit
%ifdef __LINUX__
EXTSYM LinuxExit
EXTSYM GetFilename
%endif
EXTSYM OSExit
NEWSYM UIAsmStart
%include "betauser.mac"
@@ -1521,7 +1520,6 @@ NEWSYM DosExit ; Terminate Program
call LinuxExit
%elifdef __MSDOS__
jmp .nodeallocate
mov ebx,memfreearray
.nextdeallocate
mov eax,[ebx]