Issue1703270
Created on 2007-04-18 21:43 by belopolsky, last changed 2007-04-19 05:53 by nnorwitz.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
readline.patch
|
belopolsky,
2007-04-18 21:43
|
diff against revision 54869 |
|
|
|
msg52448 - (view) |
Author: Alexander Belopolsky (belopolsky) |
Date: 2007-04-18 21:43 |
|
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
|
|
msg52449 - (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2007-04-19 05:53 |
|
Thanks for the patch!
Committed revision 54874.
|
|
| Date |
User |
Action |
Args |
| 2007-04-18 21:43:45 | belopolsky | create | |
|