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

Comparing ray/src/common/caldefn.c (file contents):
Revision 1.10 by greg, Mon Apr 29 08:33:13 1991 UTC vs.
Revision 1.11 by greg, Tue Jul 16 10:37:45 1991 UTC

# Line 404 | Line 404 | loaddefn()                     /* load next definition */
404          else if (ep->v.kid->type == FUNC &&
405                          liblookup(ep->v.kid->v.kid->v.name) != NULL) {
406              wputs(ep->v.kid->v.kid->v.name);
407 <            wputs(": redefined library function\n");
407 >            wputs(": definition hides library function\n");
408          }
409   #endif
410   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines