Changed bogus ref to textobject into xxobject.

This commit is contained in:
Guido van Rossum 1991-01-02 15:12:51 +00:00
parent 320a5ccbdc
commit 94726d55c1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static xxobject *
newxxobject(arg)
object *arg;
{
textobject *xp;
xxobject *xp;
xp = NEWOBJ(xxobject, &Xxtype);
if (xp == NULL)
return NULL;