shithub: rott

Download patch

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

Removing obsolete WATCOM code from _rt_in.h

--- a/rott/_rt_in.h
+++ b/rott/_rt_in.h
@@ -51,11 +51,4 @@
 
 void Mouse (int x);
 
-#if defined(__WATCOMC__)
-#pragma aux Mouse =  \
-   "int  33h"        \
-   parm [EAX]        \
-   modify [EAX]
-#endif
-
 #endif