Skip to content

Instantly share code, notes, and snippets.

Created March 11, 2014 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9481406 to your computer and use it in GitHub Desktop.
Save anonymous/9481406 to your computer and use it in GitHub Desktop.
--- sqsh-2.4/src/sqsh_readline.c 2014-03-11 09:51:32.989341943 +0300
+++ sqsh-2.4/src/sqsh_readline.c 2014-03-11 09:51:51.632675138 +0300
@@ -159,7 +159,7 @@
rl_readline_name = "sqsh" ;
rl_completion_entry_function = (rl_compentry_func_t*)sqsh_completion ;
- rl_attempted_completion_function = (CPPFunction*)sqsh_completion ;
+ rl_attempted_completion_function = (rl_completion_func_t*)sqsh_completion ;
/*
* sqsh-2.1.8 - Remove '@' and '$' from the readline default list of word break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment