summaryrefslogtreecommitdiff
path: root/ext/sybase
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-04 19:19:57 +0000
committerSascha Schumann <sas@php.net>1999-12-04 19:19:57 +0000
commit5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch)
tree89c7d57484170f274eba416495d88e02be541e6f /ext/sybase
parent83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff)
downloadphp-git-5b983c944f66b55192c901ce3fa38fcce6ca21e3.tar.gz
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
Diffstat (limited to 'ext/sybase')
-rw-r--r--ext/sybase/php_sybase.h (renamed from ext/sybase/php3_sybase.h)6
-rw-r--r--ext/sybase/sybase.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/ext/sybase/php3_sybase.h b/ext/sybase/php_sybase.h
index 9c175c8e88..1ce140d324 100644
--- a/ext/sybase/php3_sybase.h
+++ b/ext/sybase/php_sybase.h
@@ -30,8 +30,8 @@
/* $Id$ */
-#ifndef _PHP3_SYBASE_H
-#define _PHP3_SYBASE_H
+#ifndef _PHP_SYBASE_H
+#define _PHP_SYBASE_H
#if COMPILE_DL
#undef HAVE_SYBASE
@@ -140,4 +140,4 @@ extern sybase_module php3_sybase_module;
#define phpext_sybase_ptr sybase_module_ptr
-#endif /* _PHP3_SYBASE_H */
+#endif /* _PHP_SYBASE_H */
diff --git a/ext/sybase/sybase.c b/ext/sybase/sybase.c
index 0ba854679e..0bad3988a7 100644
--- a/ext/sybase/sybase.c
+++ b/ext/sybase/sybase.c
@@ -24,8 +24,8 @@
#include "php.h"
-#include "php3_sybase.h"
-#include "ext/standard/php3_standard.h"
+#include "php_sybase.h"
+#include "ext/standard/php_standard.h"
#include "php_globals.h"
#if HAVE_SYBASE