ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/ciq.h
(Generate patch)

Comparing ray/src/px/ciq.h (file contents):
Revision 2.4 by schorsch, Sun Jul 27 22:12:03 2003 UTC vs.
Revision 2.5 by schorsch, Sun Mar 28 20:33:13 2004 UTC

# Line 24 | Line 24 | extern int n;          /* number of colors in it */
24   #define linealloc(xdim)         (pixel *)emalloc(sizeof(pixel)*xdim)
25   #define line3alloc(xdim)        (rgbpixel *)emalloc(sizeof(rgbpixel)*xdim)
26  
27 extern char     *emalloc();
28
27  
28   #ifdef __cplusplus
29   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines