diff options
author | Derick Rethans <derick@php.net> | 2001-09-09 13:29:31 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-09-09 13:29:31 +0000 |
commit | 78747bd2df44ad9342d735f2c9376bc143664b42 (patch) | |
tree | 6febd2b5d6cbd671ab9bb3a1af117ccf09479195 /sapi | |
parent | 61d4f7fe652da2bd60fbe24c119f37cf492a4eb6 (diff) | |
download | php-git-78747bd2df44ad9342d735f2c9376bc143664b42.tar.gz |
- Don't wrap lines... this is annoying while coding.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/mod_php4.c | 4 | ||||
-rw-r--r-- | sapi/apache/php_apache.c | 4 | ||||
-rw-r--r-- | sapi/apache/sapi_apache.c | 4 | ||||
-rw-r--r-- | sapi/apache2filter/apache_config.c | 4 | ||||
-rw-r--r-- | sapi/apache2filter/php_functions.c | 4 | ||||
-rw-r--r-- | sapi/apache2filter/sapi_apache2.c | 4 | ||||
-rw-r--r-- | sapi/cgi/cgi_main.c | 4 | ||||
-rw-r--r-- | sapi/tux/php_tux.c | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 151fab0056..5afb92e66f 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -907,6 +907,6 @@ module MODULE_VAR_EXPORT php4_module = * 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/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 76bcb01ca8..95d31afe91 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -458,6 +458,6 @@ PHP_FUNCTION(apache_exec_uri) * 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/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c index 572d46ebff..30dff99c76 100644 --- a/sapi/apache/sapi_apache.c +++ b/sapi/apache/sapi_apache.c @@ -105,6 +105,6 @@ int apache_php_module_main(request_rec *r, int display_source_mode 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/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c index 0dc57da1f5..07575ef8e5 100644 --- a/sapi/apache2filter/apache_config.c +++ b/sapi/apache2filter/apache_config.c @@ -159,6 +159,6 @@ void *create_php_config(apr_pool_t *p, char *dummy) * 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/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 1a042944f6..368f8f4859 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -155,6 +155,6 @@ int php_apache_register_module(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/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 3de9a00a0e..b8fd520d29 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -483,6 +483,6 @@ AP_MODULE_DECLARE_DATA module php4_module = { * 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/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 063f266cb5..5c71db425c 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -799,6 +799,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine * 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/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index 4d44b40728..48fb84c86e 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -424,6 +424,6 @@ void doesnotmatter_fini(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 */ |