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

Comparing ray/src/common/calexpr.c (file contents):
Revision 2.3 by greg, Thu May 7 22:30:41 1992 UTC vs.
Revision 2.4 by greg, Fri May 15 16:38:52 1992 UTC

# Line 755 | Line 755 | register EPNODE  *ep;
755          return(0);
756      if ((dp = ep->v.ln->def) != NULL && dp->v.kid->type == FUNC)
757          return(dp->type == ':');
758 <    if ((lp = liblookup(ep->v.ln->name)) != NULL)
758 >    if ((lp = ep->v.ln->lib) != NULL)
759          return(lp->atyp == ':');
760      return(0);
761   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines