]> granicus.if.org Git - python/commitdiff
NIL => NULL
authorBenjamin Peterson <benjamin@python.org>
Fri, 28 Mar 2008 23:11:01 +0000 (23:11 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 28 Mar 2008 23:11:01 +0000 (23:11 +0000)
Include/object.h

index bf0f62512ed5c16eeaee1de19ec6dfaa75dfd32a..6ec3cbf4ae283109098accd3ffafca5f641f22fa 100644 (file)
@@ -643,7 +643,7 @@ the refcount falls to 0; for
 objects that don't contain references to other objects or heap memory
 this can be the standard function free().  Both macros can be used
 wherever a void expression is allowed.  The argument must not be a
-NIL pointer.  If it may be NIL, use Py_XINCREF/Py_XDECREF instead.
+NULL pointer.  If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
 The macro _Py_NewReference(op) initialize reference counts to 1, and
 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
 bookkeeping appropriate to the special build.