summaryrefslogtreecommitdiff
path: root/Include/longobject.h
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-06-27 18:19:09 +0000
committerMark Dickinson <dickinsm@gmail.com>2010-06-27 18:19:09 +0000
commitd19052c161b737a6f13624cad607bcbe91ae0604 (patch)
tree2b2b1e5eb4b613541496ec58d6bcff795ca6489f /Include/longobject.h
parent7ab54e42521335702e879326e868324f2a5b4acb (diff)
downloadcpython-git-d19052c161b737a6f13624cad607bcbe91ae0604.tar.gz
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Diffstat (limited to 'Include/longobject.h')
-rw-r--r--Include/longobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/longobject.h b/Include/longobject.h
index 02bf7ef2c0..a8dace6cc3 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -58,7 +58,7 @@ PyAPI_FUNC(PyObject *) PyLong_GetInfo(void);
#error "sizeof(pid_t) is neither sizeof(int), sizeof(long) or sizeof(long long)"
#endif /* SIZEOF_PID_T */
-/* For use by intobject.c only */
+/* Used by Python/mystrtoul.c. */
PyAPI_DATA(unsigned char) _PyLong_DigitValue[256];
/* _PyLong_Frexp returns a double x and an exponent e such that the