Subject: Re: Multiple values for locators
To: Charles M. Hannum <mycroft@gnu.ai.mit.edu>
From: Chris G. Demetriou <cgd@cs.cmu.edu>
List: tech-kern
Date: 03/25/1997 20:56:21
> 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-)
cgd