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.1 by gwlarson, Wed Aug 19 17:45:24 1998 UTC vs.
Revision 3.2 by gwlarson, Fri Sep 11 11:52:26 1998 UTC

# Line 24 | Line 24 | LIST
24   {
25      LIST *l;
26  
27
28
27      /* check free list for available edges */
28      if( free_lists )
29      {
# Line 118 | Line 116 | LIST * l;
116   {
117      if(!l)
118         return(NULL);
119 +
120      free_lists = append_list(free_lists,l);
121  
122      return(NULL);
# Line 131 | Line 130 | pop_list(l)
130   LIST **l;
131   {
132      LIST *p;
133 <    void *d;
133 >    int d;
134      
135      if(!l)
136         return(NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines