[xdebug-dev] svn: /xdebug/trunk/ xdebug_stack.c

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 11 Jan 2010 23:20:45 +0000

derick Mon, 11 Jan 2010 23:20:45 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=3211

Log:
- Fixed yesterday's faulty compile.

Changed paths:
    U xdebug/trunk/xdebug_stack.c

Modified: xdebug/trunk/xdebug_stack.c
===================================================================
--- xdebug/trunk/xdebug_stack.c 2010-01-10 22:47:24 UTC (rev 3210)
+++ xdebug/trunk/xdebug_stack.c 2010-01-11 23:20:45 UTC (rev 3211)
@@ -758,7 +758,7 @@
         }
 }

-function_stack_entry *add_stack_frame(zend_execute_data *zdata, zend_op_array *op_array, int type TSRMLS_DC)
+function_stack_entry *xdebug_add_stack_frame(zend_execute_data *zdata, zend_op_array *op_array, int type TSRMLS_DC)
 {
         zend_execute_data *edata = EG(current_execute_data);
         function_stack_entry *tmp;
Received on Mon Jan 11 2010 - 23:20:45 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST