Difference for plugins/cfpython/include/cfpython.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 30
 
Line 30
   
 /* First the required header files - only the CF module interface and Python */  /* First the required header files - only the CF module interface and Python */
 #include <Python.h>  #include <Python.h>
   
   /* include compile.h from python. Python.h doesn't pull it in with versions
    * 2.3 and older, and it does have protection from double-imports.
    */
   #include <compile.h>
 #include <plugin.h>  #include <plugin.h>
   
 #undef MODULEAPI  #undef MODULEAPI


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

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:01