Subject: Re: Multiple values for locators
To: Chris G. Demetriou <cgd@cs.cmu.edu>
From: Charles M. Hannum <mycroft@gnu.ai.mit.edu>
List: tech-kern
Date: 03/25/1997 21:18:27
"Chris G. Demetriou" <cgd@cs.cmu.edu> writes:
>
> > I have another idea. I suggest instead generating a table of
> > defaults, and adding a cf_default[] pointer to struct cfdata. Then
> > you access the defaults using `cf->cf_default[FOOCF_LOCATOR + n]'.
> >
> > There only needs to be one default table per attribute, of course, so
> > it doesn't have to take much space at all.
>
> So, what do you do for locators which don't have default values? 8-)
Then it sticks in whatever it wants, and the code doesn't use that
value. Consider it an intelligence test.