diff options
Diffstat (limited to 'win32/codepage.h')
-rw-r--r-- | win32/codepage.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/codepage.h b/win32/codepage.h index 02f6c582e2..0dd72562b6 100644 --- a/win32/codepage.h +++ b/win32/codepage.h @@ -151,12 +151,3 @@ __forceinline static char *php_win32_cp_conv_w_to_any(const wchar_t* in, size_t #endif #endif /* PHP_WIN32_CODEPAGE_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |