mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
completing changes to gh_repl and uniform array stuff
This commit is contained in:
parent
ef5d3ae175
commit
5aadf8c195
7 changed files with 693 additions and 225 deletions
|
@ -57,7 +57,7 @@
|
|||
#endif /* __GNUC__ */
|
||||
|
||||
void gh_enter(int argc, char *argv[], void (*c_main_prog)());
|
||||
void gh_repl();
|
||||
void gh_repl(int argc, char *argv[]);
|
||||
SCM gh_catch(SCM tag, scm_catch_body_t body, void *body_data,
|
||||
scm_catch_handler_t handler, void *handler_data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue