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 /ext/calendar | |
parent | 61d4f7fe652da2bd60fbe24c119f37cf492a4eb6 (diff) | |
download | php-git-78747bd2df44ad9342d735f2c9376bc143664b42.tar.gz |
- Don't wrap lines... this is annoying while coding.
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/cal_unix.c | 4 | ||||
-rw-r--r-- | ext/calendar/calendar.c | 4 | ||||
-rw-r--r-- | ext/calendar/dow.c | 4 | ||||
-rw-r--r-- | ext/calendar/french.c | 4 | ||||
-rw-r--r-- | ext/calendar/jewish.c | 4 | ||||
-rw-r--r-- | ext/calendar/julian.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/ext/calendar/cal_unix.c b/ext/calendar/cal_unix.c index cb3ff68ac9..2bf9b2454c 100644 --- a/ext/calendar/cal_unix.c +++ b/ext/calendar/cal_unix.c @@ -83,6 +83,6 @@ PHP_FUNCTION(jdtounix) * 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/ext/calendar/calendar.c b/ext/calendar/calendar.c index b30c9439fb..acf55e923d 100644 --- a/ext/calendar/calendar.c +++ b/ext/calendar/calendar.c @@ -539,6 +539,6 @@ PHP_FUNCTION(jdtogregorian) * 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/ext/calendar/dow.c b/ext/calendar/dow.c index 5336ea63e3..64ae008f77 100644 --- a/ext/calendar/dow.c +++ b/ext/calendar/dow.c @@ -71,6 +71,6 @@ char *DayNameLong[7] = * 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/ext/calendar/french.c b/ext/calendar/french.c index ebb497d90e..f2882a5e5e 100644 --- a/ext/calendar/french.c +++ b/ext/calendar/french.c @@ -155,6 +155,6 @@ char *FrenchMonthName[14] = * 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/ext/calendar/jewish.c b/ext/calendar/jewish.c index 2b3f93e601..d93eb4c282 100644 --- a/ext/calendar/jewish.c +++ b/ext/calendar/jewish.c @@ -736,6 +736,6 @@ long int JewishToSdn( * 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/ext/calendar/julian.c b/ext/calendar/julian.c index cf78646165..20da0403f6 100644 --- a/ext/calendar/julian.c +++ b/ext/calendar/julian.c @@ -244,6 +244,6 @@ long int JulianToSdn( * 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 */ |