diff options
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 a646283..5dfade8 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 */ |