diff options
Diffstat (limited to 'Include/listobject.h')
-rw-r--r-- | Include/listobject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/listobject.h b/Include/listobject.h index dfbc6af..ee6896c 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -38,8 +38,6 @@ PERFORMANCE OF THIS SOFTWARE. /* List object interface */ /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - Another generally useful object type is an list of object pointers. This is a mutable type: the list items can be changed, and items can be added or removed. Out-of-range indices or non-list objects are ignored. |