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

Comparing ray/src/common/calprnt.c (file contents):
Revision 2.3 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.5 by schorsch, Fri Nov 14 17:22:06 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include  <stdio.h>
11  
12 + #include  "rterror.h"
13   #include  "calcomp.h"
14  
15  
# Line 18 | Line 19 | register EPNODE  *ep;
19   FILE  *fp;
20   {
21      static EPNODE  *curdef = NULL;
22 <    register EPNODE  *ep1;
22 >    register EPNODE  *ep1 = NULL;
23  
24      switch (ep->type) {
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines