compile w/out readline shell

This commit is contained in:
dwight
2010-06-07 18:40:37 -04:00
parent 944ab07449
commit e99f90dad0

View File

@@ -80,7 +80,9 @@ static char** completionHook(const char* text , int start ,int end ){
}
if ( all.size() == 0 ){
#ifdef USE_READLINE
rl_bind_key('\t',rl_abort);
#endif
return 0;
}