Message52448
| Author |
belopolsky |
| Recipients |
| Date |
2007年04月18日.21:43:45 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
If HAVE_RL_COMPLETION_MATCHES is not defined, readline.c code does not define completion_matches macro in an apparent hope that completion_matches will be linked to a n internal rl function. Attached patch adds the missing extern declaration to supress compiler warnings.
Currently gcc complains as follows:
Modules/readline.c:681: warning: implicit declaration of function `completion_matches'
Modules/readline.c:681: warning: return makes pointer from integer without a cast |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:58:02 | admin | link | issue1703270 messages |
| 2007年08月23日 15:58:02 | admin | create |
|