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

Comparing ray/src/common/loadvars.c (file contents):
Revision 2.13 by schorsch, Sun Jul 27 22:12:01 2003 UTC vs.
Revision 2.14 by schorsch, Wed Jul 30 10:11:06 2003 UTC

# Line 60 | Line 60 | char   *rfname;
60   int
61   setvariable(ass, mv)            /* assign variable according to string */
62   register char   *ass;
63 < VARIABLE        *(*mv)();
63 > VARIABLE        *(*mv)(char*);
64   {
65          char    varname[32];
66          int     n;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines