diff options
author | Guido van Rossum <guido@python.org> | 2000-03-01 15:06:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-01 15:06:53 (GMT) |
commit | c6e87a2925e41c0847c1eccc994d7f32d069778b (patch) | |
tree | ef7409045acc78f249a7d8e6fc00f76e76e8e021 /Include/objimpl.h | |
parent | f1146572dd3c427fcad1129a6909ff45515ac6a3 (diff) | |
download | cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.zip cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.tar.gz cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.tar.bz2 |
Got rid of silly "123456789-..." lines in comments.
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r-- | Include/objimpl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h index 84cee20..c093466 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -36,8 +36,6 @@ PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - Additional macros for modules that implement new object types. You must first include "object.h". |