Commits
Ryan Schmidt authored a1bd40a9059
1 - | --- test-oop.c.orig |
2 - | +++ test-oop.c |
3 - | |
4 - | |
5 - | static void add_readline(oop_source *src) { |
6 - | rl_callback_handler_install( |
7 - | - (char *) "> ", /* readline isn't const-correct */ |
8 - | - (VFunction *) on_readline); |
9 - | + "> ", (rl_vcpfunc_t *) on_readline); |
10 - | oop_readline_register(src); |
11 - | src->on_signal(src,SIGQUIT,stop_readline,NULL); |
12 - | } |