diff options
Diffstat (limited to 'Zend/zend_execute_API.c')
| -rw-r--r-- | Zend/zend_execute_API.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index fb7d14301d..3788ae263f 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include <stdio.h> #include <signal.h> @@ -1016,3 +1017,11 @@ void zend_unset_timeout(TSRMLS_D) # endif #endif } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |
