summaryrefslogtreecommitdiff
path: root/mi/mipolygen.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-09 14:16:23 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-03-09 14:16:23 +1030
commit405483496538f1c82cbd7fe1e76c5d94e1a90525 (patch)
tree041bd2eb399269721d6fd25d8b74a6db4794a8de /mi/mipolygen.c
parent63169ce52d354b4345dcfc46b89f0ea88379718f (diff)
mi: remove 'register' keywords.
Diffstat (limited to 'mi/mipolygen.c')
-rw-r--r--mi/mipolygen.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mi/mipolygen.c b/mi/mipolygen.c
index 34da21f9e..0d2ecc430 100644
--- a/mi/mipolygen.c
+++ b/mi/mipolygen.c
@@ -72,12 +72,12 @@ miFillGeneralPoly(dst, pgc, count, ptsIn)
int count; /* number of points */
DDXPointPtr ptsIn; /* the points */
{
- register EdgeTableEntry *pAET; /* the Active Edge Table */
- register int y; /* the current scanline */
- register int nPts = 0; /* number of pts in buffer */
- register EdgeTableEntry *pWETE; /* Winding Edge Table */
- register ScanLineList *pSLL; /* Current ScanLineList */
- register DDXPointPtr ptsOut; /* ptr to output buffers */
+ EdgeTableEntry *pAET; /* the Active Edge Table */
+ int y; /* the current scanline */
+ int nPts = 0; /* number of pts in buffer */
+ EdgeTableEntry *pWETE; /* Winding Edge Table */
+ ScanLineList *pSLL; /* Current ScanLineList */
+ DDXPointPtr ptsOut; /* ptr to output buffers */
int *width;
DDXPointRec FirstPoint[NUMPTSTOBUFFER]; /* the output buffers */
int FirstWidth[NUMPTSTOBUFFER];