shithub: rott

Download patch

ref: e31c0c6964809eef4099c6fd5c90d4a06eb54133
parent: 4a492c8d45ff77c78eb8374069b03abbbe902ef9
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:56:10 EDT 2018

Removing obsolete WATCOM code from rt_sc_a.h

--- a/rott/rt_sc_a.h
+++ b/rott/rt_sc_a.h
@@ -31,11 +31,4 @@
 void R_TransColumn (byte * buf);
 void R_DrawClippedColumn (byte * buf);
 
-#if defined(__WATCOMC__)
-#pragma aux R_DrawColumn parm [EDI] modify exact [eax ebx ecx edx esi edi]
-#pragma aux R_DrawSolidColumn parm [EBX] [EDI]  modify exact [eax ecx edi]
-#pragma aux R_TransColumn parm [EDI] modify exact [eax ebx esi edi]
-#pragma aux R_DrawClippedColumn parm [EDI] modify exact [eax ebx ecx edx esi edi]
-#endif
-
 #endif