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

Comparing ray/src/cv/trans.h (file contents):
Revision 2.1 by greg, Tue Nov 12 17:02:01 1991 UTC vs.
Revision 2.2 by greg, Sat Feb 22 02:07:23 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1990 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * Translator definitions
4   *
# Line 45 | Line 42 | typedef struct rule {
42   #define rulsiz(nq)      (sizeof(RULEHD)+(nq)*sizeof(IDMATCH))
43   #define idm(rp)         ((IDMATCH *)((rp)+1))
44  
48 char    *malloc(), *calloc(), *realloc();
45   char    *savestr();
46   RULEHD  *getmapping();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines