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/struct.c | |
parent | 6aca8c6cbe3465e17de77ecdbdca14c687ee7071 (diff) | |
download | guile-717050c8d5a7df541453271791526de3da6ae570.tar.gz |
Remove leading whitespace before empty docstrings.
Diffstat (limited to 'libguile/struct.c')
-rw-r--r-- | libguile/struct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/struct.c b/libguile/struct.c index 289c83ec1..f6670486b 100644 --- a/libguile/struct.c +++ b/libguile/struct.c @@ -360,7 +360,7 @@ scm_struct_free_entity (SCM *vtable, SCM *data) GUILE_PROC (scm_make_struct, "make-struct", 2, 0, 1, (SCM vtable, SCM tail_array_size, SCM init), - "") +"") #define FUNC_NAME s_scm_make_struct { SCM layout; @@ -642,7 +642,7 @@ scm_struct_create_handle (SCM obj) GUILE_PROC (scm_struct_vtable_name, "struct-vtable-name", 1, 0, 0, (SCM vtable), - "") +"") #define FUNC_NAME s_scm_struct_vtable_name { SCM_VALIDATE_VTABLE(1,vtable); @@ -652,7 +652,7 @@ GUILE_PROC (scm_struct_vtable_name, "struct-vtable-name", 1, 0, 0, GUILE_PROC (scm_set_struct_vtable_name_x, "set-struct-vtable-name!", 2, 0, 0, (SCM vtable, SCM name), - "") +"") #define FUNC_NAME s_scm_set_struct_vtable_name_x { SCM_VALIDATE_VTABLE(1,vtable); |