summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/SAPI.c4
-rw-r--r--main/alloca.c4
-rw-r--r--main/fopen_wrappers.c4
-rw-r--r--main/internal_functions_win32.c4
-rw-r--r--main/main.c4
-rw-r--r--main/mergesort.c4
-rw-r--r--main/network.c4
-rw-r--r--main/output.c4
-rw-r--r--main/php.h4
-rw-r--r--main/php_content_types.c4
-rw-r--r--main/php_ini.c4
-rw-r--r--main/php_logos.c4
-rw-r--r--main/php_open_temporary_file.c4
-rw-r--r--main/php_sprintf.c4
-rwxr-xr-xmain/php_streams.h4
-rw-r--r--main/php_ticks.c4
-rw-r--r--main/php_variables.c4
-rw-r--r--main/reentrancy.c4
-rw-r--r--main/rfc1867.c4
-rw-r--r--main/safe_mode.c4
-rw-r--r--main/snprintf.c4
-rwxr-xr-xmain/streams.c4
-rw-r--r--main/strlcat.c4
-rw-r--r--main/strlcpy.c4
24 files changed, 48 insertions, 48 deletions
diff --git a/main/SAPI.c b/main/SAPI.c
index c77da780e6..b4695a5771 100644
--- a/main/SAPI.c
+++ b/main/SAPI.c
@@ -591,6 +591,6 @@ SAPI_API char *sapi_getenv(char *name, size_t name_len TSRMLS_DC)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/alloca.c b/main/alloca.c
index faba929ef8..65e3f7f5e9 100644
--- a/main/alloca.c
+++ b/main/alloca.c
@@ -494,6 +494,6 @@ i00afunc (long address)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c
index b283de1ea4..4182d80c33 100644
--- a/main/fopen_wrappers.c
+++ b/main/fopen_wrappers.c
@@ -642,6 +642,6 @@ PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 11990c0d1a..374274f56f 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -100,6 +100,6 @@ int php_startup_internal_extensions(void)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/main.c b/main/main.c
index 7a46bde331..3c1f16d480 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1403,6 +1403,6 @@ PHPAPI void dummy_indent()
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/mergesort.c b/main/mergesort.c
index 73c65c5100..5ac26f5933 100644
--- a/main/mergesort.c
+++ b/main/mergesort.c
@@ -351,6 +351,6 @@ static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const voi
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/network.c b/main/network.c
index 6e4ecee47e..89b2f5796d 100644
--- a/main/network.c
+++ b/main/network.c
@@ -346,6 +346,6 @@ int php_hostconnect(char *host, unsigned short port, int socktype, int timeout)
* tab-width: 8
* c-basic-offset: 8
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/output.c b/main/output.c
index 09722815ae..edbb29612d 100644
--- a/main/output.c
+++ b/main/output.c
@@ -615,6 +615,6 @@ PHPAPI int php_get_output_start_lineno(TSRMLS_D)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php.h b/main/php.h
index c387372eab..1436c3ac93 100644
--- a/main/php.h
+++ b/main/php.h
@@ -354,6 +354,6 @@ PHPAPI PHP_FUNCTION(warn_not_available);
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_content_types.c b/main/php_content_types.c
index 07a53da164..261bb7e05f 100644
--- a/main/php_content_types.c
+++ b/main/php_content_types.c
@@ -60,6 +60,6 @@ int php_startup_sapi_content_types(void)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_ini.c b/main/php_ini.c
index b23c5ca0c4..782d44f7c7 100644
--- a/main/php_ini.c
+++ b/main/php_ini.c
@@ -377,6 +377,6 @@ PHPAPI int cfg_get_string(char *varname, char **result)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_logos.c b/main/php_logos.c
index 28329234ef..ba8be4d119 100644
--- a/main/php_logos.c
+++ b/main/php_logos.c
@@ -93,6 +93,6 @@ int php_info_logos(const char *logo_string TSRMLS_DC)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c
index ebbc6211f3..ffc291570a 100644
--- a/main/php_open_temporary_file.c
+++ b/main/php_open_temporary_file.c
@@ -199,6 +199,6 @@ PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **op
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_sprintf.c b/main/php_sprintf.c
index ecbd6b0238..0c3e2745f2 100644
--- a/main/php_sprintf.c
+++ b/main/php_sprintf.c
@@ -46,6 +46,6 @@ php_sprintf (char*s, const char* format, ...)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_streams.h b/main/php_streams.h
index 5083b5ba29..c2b512404d 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -104,6 +104,6 @@ PHPAPI int php_stream_cast(php_stream * stream, int castas, void ** ret, int sho
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_ticks.c b/main/php_ticks.c
index 684524ea82..d5d916247f 100644
--- a/main/php_ticks.c
+++ b/main/php_ticks.c
@@ -76,6 +76,6 @@ void php_run_ticks(int count)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/php_variables.c b/main/php_variables.c
index 34d2136ea0..4d9bd6467a 100644
--- a/main/php_variables.c
+++ b/main/php_variables.c
@@ -332,6 +332,6 @@ void php_import_environment_variables(zval *array_ptr TSRMLS_DC)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/reentrancy.c b/main/reentrancy.c
index 80d169baed..afd6543fff 100644
--- a/main/reentrancy.c
+++ b/main/reentrancy.c
@@ -436,6 +436,6 @@ cont:
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/rfc1867.c b/main/rfc1867.c
index 0d6517af5c..8a030fcaad 100644
--- a/main/rfc1867.c
+++ b/main/rfc1867.c
@@ -528,6 +528,6 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/safe_mode.c b/main/safe_mode.c
index f570ca80fc..1e9afdbe0c 100644
--- a/main/safe_mode.c
+++ b/main/safe_mode.c
@@ -186,6 +186,6 @@ PHPAPI char *php_get_current_user()
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/snprintf.c b/main/snprintf.c
index 5fe1860d86..df9c06aa80 100644
--- a/main/snprintf.c
+++ b/main/snprintf.c
@@ -944,6 +944,6 @@ int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/streams.c b/main/streams.c
index 69ea581f1e..d96a67d2bb 100755
--- a/main/streams.c
+++ b/main/streams.c
@@ -363,6 +363,6 @@ exit_success:
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: noet sw=4 ts=4 tw=78 fdm=marker
- * vim<600: noet sw=4 ts=4 tw=78
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
*/
diff --git a/main/strlcat.c b/main/strlcat.c
index e6bc017cc0..bf1a03eac3 100644
--- a/main/strlcat.c
+++ b/main/strlcat.c
@@ -81,6 +81,6 @@ PHPAPI size_t php_strlcat(dst, src, siz)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/
diff --git a/main/strlcpy.c b/main/strlcpy.c
index 9c1f4da01d..2814a73996 100644
--- a/main/strlcpy.c
+++ b/main/strlcpy.c
@@ -78,6 +78,6 @@ PHPAPI size_t php_strlcpy(dst, src, siz)
* tab-width: 4
* c-basic-offset: 4
* End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/