| # | Line 36 | Line 36 | static lut_hashf_t cvhash; | |
|---|---|---|
| 36 | ||
| 37 | static unsigned long | |
| 38 | cvhash(p) /* hash an encoded vertex */ | |
| 39 | < | //MCVERT *cvp; |
| 39 | > | /* MCVERT *cvp; */ |
| 40 | const void *p; | |
| 41 | { | |
| 42 | const MCVERT *cvp = (const MCVERT *)p; | |
| # | Line 55 | Line 55 | const void *p; | |
| 55 | ||
| 56 | static int | |
| 57 | cvcmp(vv1, vv2) /* compare encoded vertices */ | |
| 58 | < | //register MCVERT *v1, *v2; |
| 58 | > | /* register MCVERT *v1, *v2; */ |
| 59 | const void *vv1, *vv2; | |
| 60 | { | |
| 61 | const MCVERT *v1 = vv1, *v2 = vv2; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |