Issue1703270
Created on 2007年04月18日 21:43 by belopolsky, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files |
| File name |
Uploaded |
Description |
Edit |
|
readline.patch
|
belopolsky,
2007年04月18日 21:43
|
diff against revision 54869 |
| Messages (2) |
|
msg52448 - (view) |
Author: Alexander Belopolsky (belopolsky) * (Python committer) |
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) * (Python committer) |
Date: 2007年04月19日 05:53 |
Thanks for the patch!
Committed revision 54874.
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2022年04月11日 14:56:23 | admin | set | github: 44863 |
| 2007年04月18日 21:43:45 | belopolsky | create |