X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/7866a09b5b355ea277d2dd780b24e98f647329d4..2c1ae20ebcd864eecaa9b4eaddd428cbccbb493f:/libguile/options.h diff --git a/libguile/options.h b/libguile/options.h index 5ab41c688..a40a6a575 100644 --- a/libguile/options.h +++ b/libguile/options.h @@ -55,7 +55,12 @@ typedef struct scm_option { int type; char *name; + + /* + schizophrenic use: both SCM and int + */ unsigned long val; + /* SCM val */ char *doc; } scm_option; @@ -69,3 +74,9 @@ extern void scm_init_opts (SCM (*func) (SCM), scm_option options[], int n); extern void scm_init_options (void); #endif /* OPTIONSH */ + +/* + Local Variables: + c-file-style: "gnu" + End: +*/