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 /main/php.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 'main/php.h')
-rw-r--r-- | main/php.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/php.h b/main/php.h index ecc903b9c2..4904e96651 100644 --- a/main/php.h +++ b/main/php.h @@ -501,12 +501,3 @@ END_EXTERN_C() #endif /* !XtOffsetOf */ #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |