* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.
This commit is contained in:
parent
a9e18c6a3c
commit
b51a69ee09
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-04-26 Doug Evans <xdje42@gmail.com>
|
||||||
|
|
||||||
|
* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.
|
||||||
|
|
||||||
2014-04-25 Pedro Alves <palves@redhat.com>
|
2014-04-25 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
PR server/16255
|
PR server/16255
|
||||||
|
|
|
@ -364,7 +364,7 @@ struct eval_scheme_string_data
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Wrapper to eval a C string in the Guile interpreter.
|
/* Wrapper to eval a C string in the Guile interpreter.
|
||||||
This is passed to scm_with_guile. */
|
This is passed to gdbscm_with_guile. */
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
scscm_eval_scheme_string (void *datap)
|
scscm_eval_scheme_string (void *datap)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue