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

Comparing ray/src/common/savestr.c (file contents):
Revision 2.12 by greg, Sat Dec 28 18:05:14 2019 UTC vs.
Revision 2.13 by greg, Fri May 7 03:09:45 2021 UTC

# Line 15 | Line 15 | static const char      RCSid[] = "$Id$";
15   *  frees memory associated with the string; it should
16   *  never be referenced again.
17   *
18 < *  External symbols declared in standard.h
18 > *  External symbols declared in rtio.h
19   */
20  
21   #include "copyright.h"
22  
23   #include <stdlib.h>
24  
25 #include "rtmisc.h"
25   #include "rterror.h"
26   #include "rtio.h"
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines