mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.
* libguile/bitvectors.c, libguile/srfi-4.c, libguile/strings.c, libguile/vectors.c: Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' and `SCM_VECTOR_IMPLEMENTATION' invocations.
This commit is contained in:
parent
1bf291e497
commit
f65e0168d5
5 changed files with 9 additions and 9 deletions
|
@ -1893,8 +1893,8 @@ string_get_handle (SCM v, scm_t_array_handle *h)
|
|||
|
||||
SCM_ARRAY_IMPLEMENTATION (scm_tc7_string, 0x7f & ~2,
|
||||
string_handle_ref, string_handle_set,
|
||||
string_get_handle);
|
||||
SCM_VECTOR_IMPLEMENTATION (SCM_ARRAY_ELEMENT_TYPE_CHAR, scm_make_string);
|
||||
string_get_handle)
|
||||
SCM_VECTOR_IMPLEMENTATION (SCM_ARRAY_ELEMENT_TYPE_CHAR, scm_make_string)
|
||||
|
||||
void
|
||||
scm_init_strings ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue