diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-20 14:39:23 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-20 14:39:23 +0000 |
commit | 7febb4a2061aff6c918662a31b2e8479febb160a (patch) | |
tree | 9c3d4d9052dd07b5545218f05863897dde6f17cd /libguile/options.c | |
parent | 7b4cc8312d14ac614532238d85bffb4fb1e795b7 (diff) | |
download | guile-7febb4a2061aff6c918662a31b2e8479febb160a.tar.gz |
* print.h, stacks.h, options.c, options.h: Changed C++
commentaries to C.
Diffstat (limited to 'libguile/options.c')
-rw-r--r-- | libguile/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/options.c b/libguile/options.c index cc56c94c7..bb63cb24c 100644 --- a/libguile/options.c +++ b/libguile/options.c @@ -199,7 +199,7 @@ scm_options (SCM arg, scm_option options[], int n, const char *s) } for (i = 0; i < n; ++i) { - // scm_option doesn't know if its a long or an SCM + /* scm_option doesn't know if its a long or an SCM */ if (options[i].type == SCM_OPTION_SCM) SCM_SETCDR (protected_objects, scm_cons (SCM_PACK(flags[i]), |