Difference for plugins/cfpython/cfpython_map.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 191
 
Line 191
     return Crossfire_Object_wrap(foundob);      return Crossfire_Object_wrap(foundob);
 }  }
   
   static int Map_InternalCompare(Crossfire_Map* left, Crossfire_Map* right)
   {
    return (int)left->map - (int)right->map;
   }
   
 /* Legacy code: convert to long so that non-object functions work correctly */  /* Legacy code: convert to long so that non-object functions work correctly */
 static PyObject* Crossfire_Map_Long( PyObject* obj )  static PyObject* Crossfire_Map_Long( PyObject* obj )
 {  {


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:59