]> granicus.if.org Git - php/commitdiff
Oops: source copy&paste should be done with care :) (Mc)
authorMarc Boeren <mboeren@php.net>
Mon, 18 Feb 2002 10:22:09 +0000 (10:22 +0000)
committerMarc Boeren <mboeren@php.net>
Mon, 18 Feb 2002 10:22:09 +0000 (10:22 +0000)
ext/dbx/dbx_sybasect.h

index 6aacec8c32ade4b6af9417fc2f9da13b5d4410fa..8b599c209a5e6a63b0a2870dbe2f5fa8a59f9d6f 100644 (file)
@@ -22,8 +22,8 @@
 
 /* $Id$ */
 
-#ifndef ZEND_DBX_MYSQL_H
-#define ZEND_DBX_MYSQL_H
+#ifndef ZEND_DBX_SYBASECT_H
+#define ZEND_DBX_SYBASECT_H
 
 #ifndef INIT_FUNC_ARGS
 #include "zend_modules.h"
@@ -50,7 +50,7 @@ int dbx_sybasect_getrow(zval **rv, zval **result_handle, long row_number, INTERN
 int dbx_sybasect_error(zval **rv, zval **dbx_handle, INTERNAL_FUNCTION_PARAMETERS);
        /* returns string */
 
-#endif /* ZEND_DBX_MYSQL_H */
+#endif /* ZEND_DBX_SYBASECT_H */
 
 /*
  * Local variables: