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

Comparing ray/src/hd/sm_list.c (file contents):
Revision 3.2 by gwlarson, Fri Sep 11 11:52:26 1998 UTC vs.
Revision 3.3 by gwlarson, Wed Sep 16 18:16:28 1998 UTC

# Line 50 | Line 50 | LIST *a,*b;
50   {
51      LIST * l;
52  
53    if(!a)
54      return(b);
55
53      if(!b)
54         return(a);
55      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines