Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/xnpal.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.49 by tani, Thu Jul 21 01:50:07 2005 UTC revision 1.50 by aga4096, Wed Aug 3 08:11:34 2005 UTC
# Line 155  ZEND_FUNCTION(xnp_get_events); Line 155  ZEND_FUNCTION(xnp_get_events);
155  ZEND_FUNCTION(xnp_get_events_for_rss);  ZEND_FUNCTION(xnp_get_events_for_rss);
156  };  };
157    
158    
159    #ifdef ZEND_ENGINE_2
160    static
161            ZEND_BEGIN_ARG_INFO(second_and_third_args_force_ref, 0)
162                    ZEND_ARG_PASS_INFO(0)
163                    ZEND_ARG_PASS_INFO(1)
164                    ZEND_ARG_PASS_INFO(1)
165            ZEND_END_ARG_INFO();
166    #else
167  static   unsigned char fourth_arg_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_FORCE };  static   unsigned char fourth_arg_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_FORCE };
168  static   unsigned char second_and_third_arg_force_ref[] = { 3, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };  static   unsigned char second_and_third_args_force_ref[] = { 3, BYREF_NONE, BYREF_FORCE, BYREF_FORCE };
169    #endif
170    
171    
172  /* compiled function list so Zend knows what's in this module */  /* compiled function list so Zend knows what's in this module */
173  zend_function_entry xnpalmod_functions[] =  zend_function_entry xnpalmod_functions[] =
# Line 243  zend_function_entry xnpalmod_functions[] Line 254  zend_function_entry xnpalmod_functions[]
254          ZEND_FE(xnp_register_item            ,NULL)          ZEND_FE(xnp_register_item            ,NULL)
255          ZEND_FE(xnp_unregister_item          ,NULL)          ZEND_FE(xnp_unregister_item          ,NULL)
256    
257          ZEND_FE(xnp_get_uncertified_link     ,second_and_third_arg_force_ref)          ZEND_FE(xnp_get_uncertified_link     ,second_and_third_args_force_ref)
258          ZEND_FE(xnp_get_private_item_id      ,third_arg_force_ref)          ZEND_FE(xnp_get_private_item_id      ,third_arg_force_ref)
259          ZEND_FE(xnp_get_group_item_id        ,third_arg_force_ref)          ZEND_FE(xnp_get_group_item_id        ,third_arg_force_ref)
260    

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26