Skip to content

Commit bac8cce

Browse files
authored
Remove SIZEOF_OFF_T undef in PDO PGSQL driver (#8301)
This has been introduced as part of fixing https://bugs.php.net/79532 (67f9b0b) because ``pg_config.h`` was included. As this is no longer the case we don't need this undef any more.
1 parent dbf1caf commit bac8cce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo_pgsql/pgsql_driver.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "pdo/php_pdo_driver.h"
3030
#include "pdo/php_pdo_error.h"
3131
#include "ext/standard/file.h"
32-
#undef SIZEOF_OFF_T
3332
#include "php_pdo_pgsql.h"
3433
#include "php_pdo_pgsql_int.h"
3534
#include "zend_exceptions.h"

0 commit comments

Comments
 (0)