ref: ab1aee48737f05a4e1cab5a301eb6ea942151761
parent: 8bb0409a440ef165013793f4f83fb8475ad4cf15
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:58:22 EDT 2018
Removing obsolete WATCOM code from sbconfig.c
--- a/rott/sbconfig.c
+++ b/rott/sbconfig.c
@@ -84,17 +84,6 @@
return sgn * ( ((al*bl)>>16) + (ah*bl) + (al*bh) + ((ah*bh)<<16) );
}
-#elif defined(__WATCOMC__)
-
-fixed FIXED_MUL(fixed a, fixed b);
-
-#pragma aux FIXED_MUL = \
- "imul edx" \
- "shrd eax,edx,16" \
- parm [eax] [edx] \
- value [eax] \
- modify exact [eax] ;
-
#endif /* definition of inline FIXED_MUL */