commit | d88471f432ac3b870dd4681a935528947a9d812a | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Jul 01 20:55:42 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Jul 01 20:55:42 2004 +0000 |
tree | 43f8671c126aa52779eeb01bf2c4b5e6ae2dff84 | |
parent | 83a643071785959658f7e844ba1a341a7d9a7f46 [diff] |
Change signatures for arguments to "s" and friends to be the proper ``const char *`` instead of just ``char *``. Also added the mentioning of "const" in some places where it was left out even when the signature already stated the fact. Closes bug #980925.