2002-03-08 Al Riddoch <alriddoch@zepler.org>

* Changed typedef names to ones which make more sense, and are
	  clearer. There is no change in functionality in this commit.
This commit is contained in:
Al Riddoch 2002-03-08 14:58:40 +00:00
parent 70ba5263af
commit 49691213c9
75 changed files with 860 additions and 854 deletions

View file

@ -529,7 +529,7 @@ static PyObject * oplist_new(PyObject * self, PyObject * args)
if ( o == NULL ) {
return NULL;
}
o->ops = new oplist();
o->ops = new OpVector();
addToOplist(op1, o);
addToOplist(op2, o);
addToOplist(op3, o);