/[gcl]/gcl/o/readline.d
ViewVC logotype

Diff of /gcl/o/readline.d

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by camm, Wed Jun 26 20:23:58 2002 UTC revision 1.5 by camm, Sat Jul 20 07:10:56 2002 UTC
# Line 199  static int qsort_compare(const void *a, Line 199  static int qsort_compare(const void *a,
199   */   */
200    
201  /* Should this return void or what? Should input args be void? */  /* Should this return void or what? Should input args be void? */
202  static siLreadline_init() {  static void
203    siLreadline_init() {
204          object on_or_off;          object on_or_off;
205          object program_name;          object program_name;
206          object case_type;          object case_type;
# Line 300  static siLreadline_init() { Line 301  static siLreadline_init() {
301          }          }
302  }  }
303    
304  init_readline_function()  void
305  {  init_readline_function(void) {
306          rl_readline_name = NULL;          rl_readline_name = NULL;
307  #ifdef RL_COMPLETION  #ifdef RL_COMPLETION
308          rl_attempted_completion_function = (CPPFunction *)rl_completion;          rl_attempted_completion_function = (CPPFunction *)rl_completion;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26