ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/colortab.c
(Generate patch)

Comparing ray/src/rt/colortab.c (file contents):
Revision 1.13 by greg, Fri Feb 23 10:08:33 1990 UTC vs.
Revision 1.14 by greg, Thu Mar 29 12:43:07 1990 UTC

# Line 91 | Line 91 | get_pixel(col, set_pixel)      /* get pixel for color */
91   COLOR   col;
92   int     (*set_pixel)();
93   {
94 +        extern char     errmsg[];
95          int     r, g, b;
96          int     cv[3];
97          register CNODE  *tp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines