summaryrefslogtreecommitdiff
path: root/win32/php_inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/php_inttypes.h')
-rw-r--r--win32/php_inttypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/php_inttypes.h b/win32/php_inttypes.h
index 4130649cf2..878d13fffb 100644
--- a/win32/php_inttypes.h
+++ b/win32/php_inttypes.h
@@ -312,3 +312,11 @@ imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
#include <inttypes.h>
#endif
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */