Difference for plugins/cfpython/cfpython.c from version 1.27 to 1.28


version 1.27 version 1.28
Line 115
 
Line 115
 static PyObject* unregisterGEvent(PyObject* self, PyObject* args);  static PyObject* unregisterGEvent(PyObject* self, PyObject* args);
 static PyObject* CFPythonError;  static PyObject* CFPythonError;
   
 /* Set up an Python exception object. */  /** Set up an Python exception object. */
 static void set_exception(const char *fmt, ...)  static void set_exception(const char *fmt, ...)
 {  {
     char buf[1024];      char buf[1024];
Line 754
 
Line 754
     va_list args;      va_list args;
     const char* propname;      const char* propname;
     int i;      int i;
     static CommArray_s rtn_cmd;      static command_array_struct rtn_cmd;
   
     va_start(args, type);      va_start(args, type);
     propname = va_arg(args, const char *);      propname = va_arg(args, const char *);


Legend:
line(s) removed in v.1.27 
line(s) changed
 line(s) added in v.1.28

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