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

Comparing ray/src/cv/trans.c (file contents):
Revision 1.1 by greg, Tue Dec 11 08:45:51 1990 UTC vs.
Revision 1.2 by greg, Mon Jul 8 10:17:37 1991 UTC

# Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL";
16  
17  
18   fgetid(idp, dls, fp)            /* read an id up to char in dls from fp */
19 < register ID     *idp;
19 > ID      *idp;
20   char    *dls;
21 < FILE    *fp;
21 > register FILE   *fp;
22   {
23          char    dset[256/8];
24          char    buf[MAXSTR];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines