diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-13 00:44:10 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-13 00:44:10 +0000 |
commit | 717050c8d5a7df541453271791526de3da6ae570 (patch) | |
tree | 0d5c2a240c9486ed78b51830c1510a26546ace6b /libguile/variable.c | |
parent | 6aca8c6cbe3465e17de77ecdbdca14c687ee7071 (diff) | |
download | guile-717050c8d5a7df541453271791526de3da6ae570.tar.gz |
Remove leading whitespace before empty docstrings.
Diffstat (limited to 'libguile/variable.c')
-rw-r--r-- | libguile/variable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/variable.c b/libguile/variable.c index 2d47ff6a4..db831f569 100644 --- a/libguile/variable.c +++ b/libguile/variable.c @@ -101,7 +101,7 @@ make_vcell_variable (SCM vcell) GUILE_PROC(scm_make_variable, "make-variable", 1, 1, 0, (SCM init, SCM name_hint), - "") +"") #define FUNC_NAME s_scm_make_variable { SCM val_cell; @@ -121,7 +121,7 @@ GUILE_PROC(scm_make_variable, "make-variable", 1, 1, 0, GUILE_PROC(scm_make_undefined_variable, "make-undefined-variable", 0, 1, 0, (SCM name_hint), - "") +"") #define FUNC_NAME s_scm_make_undefined_variable { SCM vcell; |