ref: 4a492c8d45ff77c78eb8374069b03abbbe902ef9
parent: f4b3c9b586ff62f8d8b5f299721b06e54f54c08a
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:55:50 EDT 2018
Removing obsolete WATCOM code from _rt_map.h
--- a/rott/_rt_map.h
+++ b/rott/_rt_map.h
@@ -20,12 +20,6 @@
#ifndef _rt_map_private
#define _rt_map_private
-#if defined(__WATCOM__)
-#pragma aux FastFill = \
- "rep stosb" \
- parm [edi] [eax] [ecx] \
- modify exact [ecx]
-#endif
void FastFill(byte * buf, int color, int count);