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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.37 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.38 by schorsch, Sun Jun 8 12:03:11 2003 UTC

# Line 72 | Line 72 | unsigned  timelim = 0;
72   int  rvrlim = -1;
73  
74   int  gotalrm = 0;
75 < int  onalrm() { gotalrm++; }
75 > void  onalrm(int i) { gotalrm++; }
76  
77  
78   main(argc, argv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines