shithub: rott

Download patch

ref: 074cc498270dc0942e7c9cf195e410e790f40ac1
parent: b3a1dbf1caacaffe09cac684b6696673c392784c
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:54:57 EDT 2018

Removing obsolete WATCOM code from rt_fc_a.h

--- a/rott/rt_fc_a.h
+++ b/rott/rt_fc_a.h
@@ -31,12 +31,5 @@
 void DrawRotRow(int count, byte * dest, byte * src);
 void DrawMaskedRotRow(int count, byte * dest, byte * src);
 
-#if (defined __WATCOMC__)
-#pragma aux DrawSkyPost parm [EDI] [ESI] [ECX] modify exact [eax ecx edx edi esi ebx]
-#pragma aux DrawRow parm [ECX] [EDI] [ESI] modify exact [eax ebx ecx edx esi edi]
-#pragma aux DrawRotRow parm [ECX] [EDI] [ESI] modify exact [eax ebx ecx edx esi edi]
-#pragma aux DrawMaskedRotRow parm [ECX] [EDI] [ESI] modify exact [eax ebx ecx edx esi edi]
-#endif
-
 #endif