ext/rubypython_bridge/rtop.c in rubypython-0.2.10 vs ext/rubypython_bridge/rtop.c in rubypython-0.2.11
- old
+ new
@@ -53,10 +53,10 @@
return pTuple;
}
PyObject* rtopHash(VALUE rHash)
{
- PyObject *pDict,*pKey,*pVal;
+ PyObject *pDict;
VALUE rKeys;
VALUE rKey, rVal;
int i;
pDict = PyDict_New();