Skip to content

Commit

Permalink
Clean up after Marcus.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zmievski committed Mar 3, 2006
1 parent 03be54d commit ba0b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_execute.h
Expand Up @@ -49,7 +49,7 @@ BEGIN_EXTERN_C()
ZEND_API extern UChar u_main[sizeof("main")];
ZEND_API extern UChar u_return[sizeof("return ")];
ZEND_API extern UChar u_semicolon[sizeof(" ;")];
ZEND_API extern UChar u_doublecolon[sizeof(" ;")];
ZEND_API extern UChar u_doublecolon[sizeof("::")];

ZEND_API extern void (*zend_execute)(zend_op_array *op_array TSRMLS_DC);
ZEND_API extern void (*zend_execute_internal)(zend_execute_data *execute_data_ptr, int return_value_used TSRMLS_DC);
Expand Down

0 comments on commit ba0b386

Please sign in to comment.