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

Comparing ray/src/cv/mgflib/lookup.h (file contents):
Revision 1.4 by greg, Sat Jun 25 16:34:50 1994 UTC vs.
Revision 1.5 by greg, Thu Jul 7 14:03:13 1994 UTC

# Line 56 | Line 56 | typedef struct {
56   * The lu_delete routine frees an entry's data (if any) by calling
57   * the freed member function, but does not free the key field.  This
58   * will be freed later during (or instead of) table reallocation.
59 + * It is therefore an error to reuse or do anything with the key
60 + * field after calling lu_delete.
61   *
62   * The lu_done routine calls the given free function once for each
63   * assigned table entry (i.e. each entry with an assigned key value).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines