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 2.13 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.15 by greg, Sun Apr 27 06:08:03 2003 UTC

# Line 224 | Line 224 | char *
224   pushcontext(ctx)                /* push on another context */
225   char  *ctx;
226   {
227    extern char  *strncpy(), *strcpy();
227      char  oldcontext[MAXCNTX+1];
228      register int  n;
229  
# Line 317 | Line 316 | register char  *qn;
316  
317   void
318   chanout(cs)                     /* set output channels */
319 < int  (*cs)();
319 > void  (*cs)();
320   {
321      register EPNODE  *ep;
322  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines