Changeset 1454 for branches/4.2/applications/NXbrowse.c
- Timestamp:
- 11/04/10 18:20:15 (2 years ago)
- File:
-
- 1 edited
-
branches/4.2/applications/NXbrowse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/applications/NXbrowse.c
r1427 r1454 54 54 #include <readline/readline.h> 55 55 #include <readline/history.h> 56 #ifndef HAVE_RL_COMPLETION_MATCHES 57 #define rl_completion_matches(a,b) completion_matches(a,b) 58 #endif /* ifndef HAVE_RL_COMPLETION_MATCHES */ 56 59 #else 57 60 #define rl_completion_matches(a,b) NULL
Note: See TracChangeset
for help on using the changeset viewer.
