diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-02-03 21:23:18 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-02-03 21:23:18 +0100 |
commit | 623911f993f39ebbe75abe2771fc89faf6b15b9b (patch) | |
tree | de37b0eb6b86f8024362bda8389ecd402b3a5117 /Zend/zend_constants.h | |
parent | 5ded0e8f290a9ae6dcdff0119680d27d0eb01e8a (diff) | |
parent | 92ac598aabd336593a47ed3959f1031674b763e6 (diff) | |
download | php-git-623911f993f39ebbe75abe2771fc89faf6b15b9b.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove local variables
Diffstat (limited to 'Zend/zend_constants.h')
-rw-r--r-- | Zend/zend_constants.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h index 66c9e1c63c..4d3335a490 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -100,13 +100,3 @@ END_EXTERN_C() #define ZEND_CONSTANT_DTOR free_zend_constant #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |