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

Comparing ray/src/common/objutil.h (file contents):
Revision 2.16 by greg, Fri Apr 23 18:31:45 2021 UTC vs.
Revision 2.17 by greg, Sat Jan 15 16:57:46 2022 UTC

# Line 216 | Line 216 | extern void     efree(char *cp);
216  
217   #define chunk_alloc(typ, arr, nold) \
218                  ((nold)&(CHUNKSIZ-1) ? (arr) : \
219 <                (typ *)erealloc((char *)(arr), sizeof(typ)*((nold)+CHUNKSIZ)))
219 >                (typ *)erealloc(arr, sizeof(typ)*((nold)+CHUNKSIZ)))
220  
221   #ifdef __cplusplus
222   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines