mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 01:32:24 +02:00
Rework options interface
Users will want to set options from an environment variable or something like that. Particular GC implementations will want to expose an expanded set of options. For these reasons we make the options interface a bit more generalized and include parsing.
This commit is contained in:
parent
499ff1fe76
commit
4cb26e0144
14 changed files with 411 additions and 257 deletions
|
@ -6,5 +6,6 @@
|
|||
#endif
|
||||
|
||||
#include "gc-ephemeron-internal.h"
|
||||
#include "gc-options-internal.h"
|
||||
|
||||
#endif // GC_INTERNAL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue