diff options
Diffstat (limited to 'ext/interbase/php_interbase.h')
| -rw-r--r-- | ext/interbase/php_interbase.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index a534907e1d..33a5e29384 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -19,8 +19,8 @@  /* $Id$ */ -#ifndef _PHP_IBASE_H -#define _PHP_IBASE_H +#ifndef PHP_INTERBASE_H +#define PHP_INTERBASE_H  #if HAVE_IBASE  #include <ibase.h> @@ -171,7 +171,7 @@ extern PHP_IBASE_API php_ibase_globals ibase_globals;  #endif /* HAVE_IBASE */ -#endif /* _PHP_IBASE_H */ +#endif /* PHP_INTERBASE_H */  /*   * Local variables:  | 
