summaryrefslogtreecommitdiffstats
path: root/Include/objimpl.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-01 15:06:53 (GMT)
committerGuido van Rossum <guido@python.org>2000-03-01 15:06:53 (GMT)
commitc6e87a2925e41c0847c1eccc994d7f32d069778b (patch)
treeef7409045acc78f249a7d8e6fc00f76e76e8e021 /Include/objimpl.h
parentf1146572dd3c427fcad1129a6909ff45515ac6a3 (diff)
downloadcpython-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.h2
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".