Skip to content

Commit b38f52a

Browse files
committed
Should not explicitly define _GNU_SOURCE
It will be defined in php.h
1 parent 5c47337 commit b38f52a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

interbase.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929

3030
#include "php.h"
3131

32-
#ifndef _GNU_SOURCE
33-
#define _GNU_SOURCE
34-
#endif
35-
36-
3732
#if HAVE_IBASE
3833

3934
#include "php_ini.h"

0 commit comments

Comments
 (0)