This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients Arfrever, benjamin.peterson, ned.deily, serhiy.storchaka, vajrasky
Date 2014-02-08.05:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391835823.68.0.816839105829.issue20525@psf.upfronthosting.co.za>
In-reply-to
Content
It's weird. When I make clean and configure again and make again, the error warning message disappear. Prior to that, I could confirm, I was in this block:

#ifdef HAVE_RL_COMPLETION_MATCHES
#define completion_matches(x, y) \
    rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
#else
#if defined(_RL_FUNCTION_TYPEDEF)

Here I am!!!!!!!!!!!!!!!!!!!!

extern char **completion_matches(char *, rl_compentry_func_t *);
#else

#if !defined(__APPLE__)
extern char **completion_matches(char *, CPFunction *);
#endif
#endif
#endif
History
Date User Action Args
2014-02-08 05:03:43vajraskysetrecipients: + vajrasky, benjamin.peterson, ned.deily, Arfrever, serhiy.storchaka
2014-02-08 05:03:43vajraskysetmessageid: <1391835823.68.0.816839105829.issue20525@psf.upfronthosting.co.za>
2014-02-08 05:03:43vajraskylinkissue20525 messages
2014-02-08 05:03:43vajraskycreate