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

Comparing ray/src/common/rterror.h (file contents):
Revision 3.2 by schorsch, Mon Jul 14 22:23:59 2003 UTC vs.
Revision 3.3 by greg, Mon May 8 16:58:52 2017 UTC

# Line 23 | Line 23 | extern "C" {
23                                  /* error struct */
24   extern struct erract {
25          char    pre[16];                /* prefix message */
26 <        void    (*pf)();                /* put function (resettable) */
26 >        void    (*pf)(char *s);         /* put function (resettable) */
27          int     ec;                     /* exit code (0 means non-fatal) */
28   } erract[NERRS];        /* list of error actions */
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines