| 25 |
|
|
| 26 |
|
static void |
| 27 |
|
gcshifti( /* shift cell row or column */ |
| 28 |
< |
register GCOORD *gc, |
| 28 |
> |
GCOORD *gc, |
| 29 |
|
int ia, |
| 30 |
|
int di, |
| 31 |
< |
register HOLO *hp |
| 31 |
> |
HOLO *hp |
| 32 |
|
) |
| 33 |
|
{ |
| 34 |
|
int nw; |
| 59 |
|
) |
| 60 |
|
{ |
| 61 |
|
GCOORD gci0; |
| 62 |
< |
register int i, j; |
| 62 |
> |
int i, j; |
| 63 |
|
|
| 64 |
|
for (i = 3; i--; ) { |
| 65 |
|
gci0 = *gc; |
| 103 |
|
} |
| 104 |
|
|
| 105 |
|
|
| 106 |
< |
extern void |
| 106 |
> |
void |
| 107 |
|
clumpbeams( /* clump beams from hinp */ |
| 108 |
< |
register HOLO *hp, |
| 108 |
> |
HOLO *hp, |
| 109 |
|
int maxcnt, |
| 110 |
|
int maxsiz, |
| 111 |
|
int (*cf)(HOLO *hp, int *bqueue, int bqlen) |
| 117 |
|
int bqlen; |
| 118 |
|
int32 bqtotal; |
| 119 |
|
int bc, bci, bqc, myprime; |
| 120 |
< |
register int i; |
| 120 |
> |
int i; |
| 121 |
|
/* get clump size */ |
| 122 |
|
if (maxcnt <= 1) |
| 123 |
|
maxcnt = nbeams(hp); |