mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 16:20:17 +02:00
* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
This commit is contained in:
parent
395d8627b9
commit
34f0f2b8af
22 changed files with 86 additions and 63 deletions
|
@ -88,7 +88,7 @@ SCM_DEFINE (scm_make_struct_layout, "make-struct-layout", 1, 0, 0,
|
|||
int x;
|
||||
|
||||
len = SCM_STRING_LENGTH (fields);
|
||||
field_desc = SCM_ROCHARS (fields);
|
||||
field_desc = SCM_STRING_CHARS (fields);
|
||||
SCM_ASSERT (!(len & 1), fields, "odd length field specification", FUNC_NAME);
|
||||
|
||||
for (x = 0; x < len; x += 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue