diff options
Diffstat (limited to 'win32/time.c')
-rw-r--r-- | win32/time.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/time.c b/win32/time.c index b65a92c771..e437da995c 100644 --- a/win32/time.c +++ b/win32/time.c @@ -200,3 +200,11 @@ PHPAPI int setitimer(int which, const struct itimerval *value, struct itimerval #endif #endif +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |