]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Lint...
authorGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:24:47 +0000 (17:24 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:24:47 +0000 (17:24 +0000)
Objects/typeobject.c

index 0b01bf5677c313e79aaa23ddae08b80d18ed9e84..7ad43b354409bcfc97f4794b8ef5c89234002590 100644 (file)
@@ -28,6 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 /* Type object implementation */
 
+/* ARGSUSED */
 static int
 type_print(v, fp, flags)
        typeobject *v;