diff options
Diffstat (limited to 'main/php_reentrancy.h')
-rw-r--r-- | main/php_reentrancy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h index 86f402d6cc..f66f3c5e3a 100644 --- a/main/php_reentrancy.h +++ b/main/php_reentrancy.h @@ -131,3 +131,11 @@ void reentrancy_shutdown(void); #endif #endif +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |