mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* gdbint.c: scm_lread now has one more argument.
This commit is contained in:
parent
96937708a9
commit
65fddfc000
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ gdb_read (str)
|
|||
/* Read one object */
|
||||
tok_buf_mark_p = SCM_GC8MARKP (tok_buf);
|
||||
SCM_CLRGC8MARK (tok_buf);
|
||||
ans = scm_lreadr (&tok_buf, gdb_input_port, 0, SCM_BOOL_F);
|
||||
ans = scm_lreadr (&tok_buf, gdb_input_port, 0, SCM_BOOL_F, &ans);
|
||||
if (SCM_GC_P)
|
||||
{
|
||||
if (SCM_NIMP (ans))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue