From fcaf8682dc865e242e60d53884c6063d6904815e Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Mon, 10 May 2004 00:24:33 +0000 Subject: [PATCH] Avoid problem with BC declaring __emit__, en/disable twice. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@923 6ac86273-5f31-0410-b378-82cca8765d1b --- hdr/portab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hdr/portab.h b/hdr/portab.h index b2745ad..78bb79f 100644 --- a/hdr/portab.h +++ b/hdr/portab.h @@ -71,9 +71,11 @@ static char *portab_hRcsId = #endif #define PASCAL pascal void __int__(int); +#ifndef FORSYS void __emit__(char, ...); #define disable() __emit__(0xfa) #define enable() __emit__(0xfb) +#endif #elif defined (_MSC_VER)