summaryrefslogtreecommitdiff
path: root/src/win95/plspecfn.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-18 21:32:34 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commitc948a593912fef46e2cea6da9b0dd0c7c36054c7 (patch)
tree270cb3dd7b3d5bbcd29d9dd8284f183e97a7aac8 /src/win95/plspecfn.c
parent02db356511621b7b9db3f0e05dcc92924d9eadde (diff)
Removed Watcom Compiler support.
Diffstat (limited to 'src/win95/plspecfn.c')
-rw-r--r--src/win95/plspecfn.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/win95/plspecfn.c b/src/win95/plspecfn.c
index 217fdd6..0bdd999 100644
--- a/src/win95/plspecfn.c
+++ b/src/win95/plspecfn.c
@@ -486,8 +486,6 @@ void ShapePointsInstr(SHAPEINSTR *shapeinstrptr)
together, divides the summed product with another integer and then returns
the result of that divide, which is also an integer.
- It is not inlined for Watcom C, although the functions it calls ARE.
-
*/
int WideMul2NarrowDiv(int a, int b, int c, int d, int e)
@@ -1109,9 +1107,6 @@ void MaxLONGLONGCH(LONGLONGCH *llarrayptr, int llarraysize, LONGLONGCH *llmax)
Some operators derived from the 64-bit CMP function.
- These were first defined for pcwatcom\plspecfn.h and transferred as and
- when needed to other platforms.
-
*/