# | Line 411 | Line 411 | initscans() /* initialize scanline buffers */ | |
---|---|---|
411 | hashtab[i] = NULL; | |
412 | /* allocate scanline buffers */ | |
413 | scansize = sizeof(SCAN) + pxsiz*sizeof(COLR); | |
414 | < | #ifdef ALIGN |
415 | < | scansize = scansize+(sizeof(ALIGN)-1) & ~(sizeof(ALIGN)-1); |
414 | > | #ifdef ALIGNT |
415 | > | scansize = scansize+(sizeof(ALIGNT)-1) & ~(sizeof(ALIGNT)-1); |
416 | #endif | |
417 | i = MAXSBUF / scansize; /* compute number to allocate */ | |
418 | if (i > HSIZE) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |