Difference for plugins/cfpython/cfpython.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 160
 
Line 160
     {"RegisterCommand",     registerCommand,        METH_VARARGS},      {"RegisterCommand",     registerCommand,        METH_VARARGS},
     {"RegisterGlobalEvent", registerGEvent,         METH_VARARGS},      {"RegisterGlobalEvent", registerGEvent,         METH_VARARGS},
     {"UnregisterGlobalEvent",unregisterGEvent,      METH_VARARGS},      {"UnregisterGlobalEvent",unregisterGEvent,      METH_VARARGS},
     {NULL, NULL}      {NULL, NULL, 0}
 };  };
   
 CFPContext* context_stack;  CFPContext* context_stack;
Line 535
 
Line 535
   
 void pushContext(CFPContext* context)  void pushContext(CFPContext* context)
 {  {
     CFPContext* stack_context;  
     if (current_context == NULL)      if (current_context == NULL)
     {      {
         context_stack = context;          context_stack = context;
Line 638
 
Line 637
     char         buf[1024];      char         buf[1024];
     CFPContext*  context;      CFPContext*  context;
     static int rv = 0;      static int rv = 0;
     int i;  
   
     if (current_command < -999)      if (current_command < -999)
     {      {


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

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