Commit 94726d55 authored by Guido van Rossum's avatar Guido van Rossum

Changed bogus ref to textobject into xxobject.

parent 320a5ccb
......@@ -25,7 +25,7 @@ static xxobject *
newxxobject(arg)
object *arg;
{
textobject *xp;
xxobject *xp;
xp = NEWOBJ(xxobject, &Xxtype);
if (xp == NULL)
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment