diff options
Diffstat (limited to 'Zend/zend_highlight.c')
-rw-r--r-- | Zend/zend_highlight.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index d97cfd2b6b..5e94df0a99 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -228,13 +228,3 @@ ZEND_API void zend_strip(void) /* Discard parse errors thrown during tokenization */ zend_clear_exception(); } - -/* - * 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 - */ |