| # | Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 10 | * 9/19/88 | |
| 11 | */ | |
| 12 | ||
| 13 | + | #include "standard.h" |
| 14 | #include "ciq.h" | |
| 15 | ||
| 16 | ||
| # | Line 31 | Line 32 | colormap cm; /* quantization colormap */ | |
| 32 | ||
| 33 | draw_grey(ocm); | |
| 34 | ||
| 35 | < | bcopy(color,cm,sizeof color); |
| 35 | > | bcopy((char *)color,(char *)cm,sizeof color); |
| 36 | } | |
| 37 | ||
| 38 | /*----------------------------------------------------------------------*/ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |