summaryrefslogtreecommitdiff
path: root/ext/dbase
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-09-09 13:29:31 +0000
committerDerick Rethans <derick@php.net>2001-09-09 13:29:31 +0000
commit78747bd2df44ad9342d735f2c9376bc143664b42 (patch)
tree6febd2b5d6cbd671ab9bb3a1af117ccf09479195 /ext/dbase
parent61d4f7fe652da2bd60fbe24c119f37cf492a4eb6 (diff)
downloadphp-git-78747bd2df44ad9342d735f2c9376bc143664b42.tar.gz
- Don't wrap lines... this is annoying while coding.
Diffstat (limited to 'ext/dbase')
-rw-r--r--ext/dbase/dbase.c4
-rw-r--r--ext/dbase/dbf_head.c4
-rw-r--r--ext/dbase/dbf_misc.c4
-rw-r--r--ext/dbase/dbf_ndx.c4
-rw-r--r--ext/dbase/dbf_rec.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/ext/dbase/dbase.c b/ext/dbase/dbase.c
index c8dd84ccb6..c3ae16c722 100644
--- a/ext/dbase/dbase.c
+++ b/ext/dbase/dbase.c
@@ -812,6 +812,6 @@ BOOL WINAPI DllMain(HANDLE hModule,
* 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/dbase/dbf_head.c b/ext/dbase/dbf_head.c
index c00bd4ba33..2cf2348c8f 100644
--- a/ext/dbase/dbf_head.c
+++ b/ext/dbase/dbf_head.c
@@ -266,6 +266,6 @@ void dbf_head_info(dbhead_t *dbh)
* 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/dbase/dbf_misc.c b/ext/dbase/dbf_misc.c
index 3d8fd04f4a..ad17bd4e3f 100644
--- a/ext/dbase/dbf_misc.c
+++ b/ext/dbase/dbf_misc.c
@@ -174,6 +174,6 @@ char *db_cur_date(char *cp)
* 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/dbase/dbf_ndx.c b/ext/dbase/dbf_ndx.c
index 9e68c6dd98..121a0e81e2 100644
--- a/ext/dbase/dbf_ndx.c
+++ b/ext/dbase/dbf_ndx.c
@@ -186,6 +186,6 @@ ndx_record_t *ndx_get_next_rec(ndx_header_t *hp, ndx_record_t *rp)
* 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/dbase/dbf_rec.c b/ext/dbase/dbf_rec.c
index da8b8bdad7..44d90b69d2 100644
--- a/ext/dbase/dbf_rec.c
+++ b/ext/dbase/dbf_rec.c
@@ -186,6 +186,6 @@ char *dbf_get_next(dbhead_t *dbh)
* 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
*/