diff options
author | Guido van Rossum <guido@python.org> | 1996-08-19 22:12:39 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-19 22:12:39 +0000 |
commit | bd873ebf4b97b9b80789a7201be2a80932031f4b (patch) | |
tree | 8766492e3c98cad28829e0bd5a6dd03d788e06b2 /Python/mystrtoul.c | |
parent | deca0da8868bac44276f60e766464afef32ccbf3 (diff) | |
download | cpython-bd873ebf4b97b9b80789a7201be2a80932031f4b.tar.gz |
Always include config.h
Diffstat (limited to 'Python/mystrtoul.c')
-rw-r--r-- | Python/mystrtoul.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index a646283789..5dfade8282 100644 --- a/Python/mystrtoul.c +++ b/Python/mystrtoul.c @@ -22,9 +22,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif /* Convert a possibly signed character to a nonnegative int */ /* XXX This assumes characters are 8 bits wide */ |