summaryrefslogtreecommitdiff
path: root/ext/dba
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba')
-rw-r--r--ext/dba/dba.c9
-rw-r--r--ext/dba/dba_cdb.c9
-rw-r--r--ext/dba/dba_db1.c9
-rw-r--r--ext/dba/dba_db2.c9
-rw-r--r--ext/dba/dba_db3.c9
-rw-r--r--ext/dba/dba_db4.c9
-rw-r--r--ext/dba/dba_dbm.c9
-rw-r--r--ext/dba/dba_flatfile.c9
-rw-r--r--ext/dba/dba_gdbm.c9
-rw-r--r--ext/dba/dba_inifile.c9
-rw-r--r--ext/dba/dba_lmdb.c9
-rw-r--r--ext/dba/dba_ndbm.c9
-rw-r--r--ext/dba/dba_qdbm.c9
-rw-r--r--ext/dba/dba_tcadb.c9
-rw-r--r--ext/dba/libflatfile/flatfile.c9
-rw-r--r--ext/dba/libinifile/inifile.c9
-rw-r--r--ext/dba/php_tcadb.h9
17 files changed, 0 insertions, 153 deletions
diff --git a/ext/dba/dba.c b/ext/dba/dba.c
index 896b30bdc8..e2f965258b 100644
--- a/ext/dba/dba.c
+++ b/ext/dba/dba.c
@@ -1319,12 +1319,3 @@ PHP_FUNCTION(dba_list)
/* }}} */
#endif /* HAVE_DBA */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_cdb.c b/ext/dba/dba_cdb.c
index f9525e2b0e..6e91cee65a 100644
--- a/ext/dba/dba_cdb.c
+++ b/ext/dba/dba_cdb.c
@@ -337,12 +337,3 @@ DBA_INFO_FUNC(cdb)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_db1.c b/ext/dba/dba_db1.c
index f8e310250f..5d9c28dcec 100644
--- a/ext/dba/dba_db1.c
+++ b/ext/dba/dba_db1.c
@@ -183,12 +183,3 @@ DBA_INFO_FUNC(db1)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_db2.c b/ext/dba/dba_db2.c
index 58b45189c6..0fecd36c33 100644
--- a/ext/dba/dba_db2.c
+++ b/ext/dba/dba_db2.c
@@ -195,12 +195,3 @@ DBA_INFO_FUNC(db2)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_db3.c b/ext/dba/dba_db3.c
index 5820a801f5..bc0fdacd02 100644
--- a/ext/dba/dba_db3.c
+++ b/ext/dba/dba_db3.c
@@ -232,12 +232,3 @@ DBA_INFO_FUNC(db3)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_db4.c b/ext/dba/dba_db4.c
index 7a6c25ab4d..ee296b9c4f 100644
--- a/ext/dba/dba_db4.c
+++ b/ext/dba/dba_db4.c
@@ -287,12 +287,3 @@ DBA_INFO_FUNC(db4)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_dbm.c b/ext/dba/dba_dbm.c
index 826422450a..58a1493c51 100644
--- a/ext/dba/dba_dbm.c
+++ b/ext/dba/dba_dbm.c
@@ -199,12 +199,3 @@ DBA_INFO_FUNC(dbm)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_flatfile.c b/ext/dba/dba_flatfile.c
index 252552ea73..9a4a3674f3 100644
--- a/ext/dba/dba_flatfile.c
+++ b/ext/dba/dba_flatfile.c
@@ -176,12 +176,3 @@ DBA_INFO_FUNC(flatfile)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_gdbm.c b/ext/dba/dba_gdbm.c
index 2bd4016f1a..185241421d 100644
--- a/ext/dba/dba_gdbm.c
+++ b/ext/dba/dba_gdbm.c
@@ -193,12 +193,3 @@ DBA_INFO_FUNC(gdbm)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_inifile.c b/ext/dba/dba_inifile.c
index 680eb840c7..ed001654af 100644
--- a/ext/dba/dba_inifile.c
+++ b/ext/dba/dba_inifile.c
@@ -181,12 +181,3 @@ DBA_INFO_FUNC(inifile)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_lmdb.c b/ext/dba/dba_lmdb.c
index 506ae00827..0a459d685a 100644
--- a/ext/dba/dba_lmdb.c
+++ b/ext/dba/dba_lmdb.c
@@ -340,12 +340,3 @@ DBA_INFO_FUNC(lmdb)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_ndbm.c b/ext/dba/dba_ndbm.c
index 085a95764e..973a91322f 100644
--- a/ext/dba/dba_ndbm.c
+++ b/ext/dba/dba_ndbm.c
@@ -157,12 +157,3 @@ DBA_INFO_FUNC(ndbm)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_qdbm.c b/ext/dba/dba_qdbm.c
index d1c213a5e6..ba68bcc4ba 100644
--- a/ext/dba/dba_qdbm.c
+++ b/ext/dba/dba_qdbm.c
@@ -183,12 +183,3 @@ DBA_INFO_FUNC(qdbm)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/dba_tcadb.c b/ext/dba/dba_tcadb.c
index 620e389f9f..2df9433026 100644
--- a/ext/dba/dba_tcadb.c
+++ b/ext/dba/dba_tcadb.c
@@ -208,12 +208,3 @@ DBA_INFO_FUNC(tcadb)
}
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/libflatfile/flatfile.c b/ext/dba/libflatfile/flatfile.c
index 79ae85f65c..410f340526 100644
--- a/ext/dba/libflatfile/flatfile.c
+++ b/ext/dba/libflatfile/flatfile.c
@@ -289,12 +289,3 @@ char *flatfile_version()
return "1.0, $Id$";
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/libinifile/inifile.c b/ext/dba/libinifile/inifile.c
index 89fa6d554a..42cb3bb761 100644
--- a/ext/dba/libinifile/inifile.c
+++ b/ext/dba/libinifile/inifile.c
@@ -602,12 +602,3 @@ int inifile_append(inifile *dba, const key_type *key, const val_type *value)
return inifile_delete_replace_append(dba, key, value, 1, NULL);
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */
diff --git a/ext/dba/php_tcadb.h b/ext/dba/php_tcadb.h
index dbd9258961..a8158ce57c 100644
--- a/ext/dba/php_tcadb.h
+++ b/ext/dba/php_tcadb.h
@@ -28,12 +28,3 @@ DBA_FUNCS(tcadb);
#endif
#endif
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */