Changeset 2643 for box/trunk/bin
- Timestamp:
- 26/02/2010 14:11:33 (2 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupquery/bbackupquery.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupquery/bbackupquery.cpp
r2641 r2643 133 133 if (start == 0) 134 134 { 135 matches = rl_completion_matches(text, command_generator); 135 #ifdef HAVE_RL_COMPLETION_MATCHES 136 matches = rl_completion_matches(text, 137 command_generator); 138 #elif defined HAVE_COMPLETION_MATCHES 139 matches = completion_matches(text, command_generator); 140 #endif 136 141 } 137 142
Note: See TracChangeset
for help on using the changeset viewer.
