diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-08-22 20:36:25 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-08-22 20:36:25 (GMT) |
commit | 2525dc8fb6ce87502b09bbf9965065ab296d9b07 (patch) | |
tree | 0d9f2119c159f9fdb1afa7c3feaa3da6582b73e3 /Lib/importlib | |
parent | 6a74da3cdb18c11805d599d51f0507ce7655f8f8 (diff) | |
download | cpython-2525dc8fb6ce87502b09bbf9965065ab296d9b07.zip cpython-2525dc8fb6ce87502b09bbf9965065ab296d9b07.tar.gz cpython-2525dc8fb6ce87502b09bbf9965065ab296d9b07.tar.bz2 |
Under OS X, history_get from readline returns a const char *, but the local
variable the return value is assigned to is char *. Since the assigned-to
variable is never changed, simply make that a const char * and cast all calls
to get_history to const char * to silence the compiler warning (found with
LLVM).
Diffstat (limited to 'Lib/importlib')
0 files changed, 0 insertions, 0 deletions