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

Comparing ray/src/ot/obj2mesh.c (file contents):
Revision 2.16 by greg, Wed Jul 28 22:16:43 2021 UTC vs.
Revision 2.17 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 142 | Line 142 | cputs(void)                                    /* interactive error */
142  
143   void
144   wputs(                          /* warning message */
145 <        char  *s
145 >        const char  *s
146   )
147   {
148          if (!nowarn)
# Line 152 | Line 152 | wputs(                         /* warning message */
152  
153   void
154   eputs(                          /* put string to stderr */
155 <        register char  *s
155 >        const char  *s
156   )
157   {
158          static int  inln = 0;
# Line 169 | Line 169 | eputs(                         /* put string to stderr */
169  
170   static void
171   addface(                        /* add a face to a cube */
172 <        register CUBE  *cu,
172 >        CUBE  *cu,
173          OBJECT  obj
174   )
175   {
# Line 206 | Line 206 | addface(                       /* add a face to a cube */
206  
207   static void
208   add2full(                       /* add object to full node */
209 <        register CUBE  *cu,
209 >        CUBE  *cu,
210          OBJECT  obj
211   )
212   {
213          OCTREE  ot;
214          OBJECT  oset[MAXSET+1];
215          CUBE  cukid;
216 <        register int  i, j;
216 >        int  i, j;
217  
218          objset(oset, cu->cutree);
219          cukid.cusize = cu->cusize * 0.5;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines