diff options
author | dawes <dawes> | 2001-03-19 17:45:15 +0000 |
---|---|---|
committer | dawes <dawes> | 2001-03-19 17:45:15 +0000 |
commit | 7bf7bda7738b2029bc71015f9ea08304c15e7240 (patch) | |
tree | 95c06cadb9f7fdb6d456eafb2cb015653c617724 /xc/programs/Xserver/XIE/mixie/process/mparith.c | |
parent | 856c96701fa6c514447af12b4b881f762e59767c (diff) |
Import of XFree86 4.0.99.1X_4_0_99_1
Diffstat (limited to 'xc/programs/Xserver/XIE/mixie/process/mparith.c')
-rw-r--r-- | xc/programs/Xserver/XIE/mixie/process/mparith.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/programs/Xserver/XIE/mixie/process/mparith.c b/xc/programs/Xserver/XIE/mixie/process/mparith.c index 1e3aeafec..099d0374a 100644 --- a/xc/programs/Xserver/XIE/mixie/process/mparith.c +++ b/xc/programs/Xserver/XIE/mixie/process/mparith.c @@ -1,4 +1,4 @@ -/* $TOG: mparith.c /main/7 1998/02/09 16:21:07 kaleb $ */ +/* $Xorg: mparith.c,v 1.5 2000/08/17 19:47:49 cpqbld Exp $ */ /* AGE Logic - Oct 15 1995 - Larry Hare */ /**** module mparith.c ****/ /****************************************************************************** @@ -67,7 +67,7 @@ terms and conditions: Larry Hare -- AGE Logic, Inc. August, 1993 *****************************************************************************/ -/* $XFree86: xc/programs/Xserver/XIE/mixie/process/mparith.c,v 3.3 1998/10/05 13:22:40 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/XIE/mixie/process/mparith.c,v 3.4 2001/01/17 22:13:10 dawes Exp $ */ #define _XIEC_MPARITH @@ -1081,7 +1081,7 @@ static int SetupArith(flo,ped,modify) if (!act && !raw->src2) act = action_monoROI[iclass][raw->operator-1]; - /* Or maybe a monadic look up table operator */ + /* Or maybe a monadic look up table op */ if (!act && !raw->src2) { act = action_lut[iclass]; if (act) { |