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

Comparing ray/src/px/pvalue.c (file contents):
Revision 2.18 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.20 by greg, Fri Jun 20 00:25:50 2003 UTC

# Line 10 | Line 10 | static const char RCSid[] = "$Id$";
10   #include  <time.h>
11  
12   #include  "standard.h"
13 + #include  "platform.h"
14   #include  "color.h"
15   #include  "resolu.h"
15
16 typedef unsigned short uint16;  /* sizeof (uint16) must == 2 */
16  
17   #define  min(a,b)               ((a)<(b)?(a):(b))
18  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines