diff options
author | Anatol Belski <ab@php.net> | 2015-05-20 18:51:19 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-05-20 19:14:05 +0200 |
commit | a6190359adc931e46a81e7603b80311654ff3ac1 (patch) | |
tree | e7701843a6324b6aedefd4d1d4e56db0154c1e30 /win32/wsyslog.c | |
parent | a233af16b9c8c26583271498db404585582ef036 (diff) | |
download | php-git-a6190359adc931e46a81e7603b80311654ff3ac1.tar.gz |
add vim modelines
Diffstat (limited to 'win32/wsyslog.c')
-rw-r--r-- | win32/wsyslog.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/wsyslog.c b/win32/wsyslog.c index 8244fa12f7..6b0f03e8ea 100644 --- a/win32/wsyslog.c +++ b/win32/wsyslog.c @@ -127,3 +127,12 @@ void openlog(const char *ident, int logopt, int facility) PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION); spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |