This commit is contained in:
Guido van Rossum 1992-03-27 17:24:47 +00:00
parent 9abc539846
commit 96163c1dec

View 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;