Skip to content

Commit ec2ace7

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix AX_GCC_FUNC_ATTRIBUTE failure
2 parents 530e0d6 + 2b79173 commit ec2ace7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ax_gcc_func_attribute.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ AC_DEFUN([AX_GCC_FUNC_ATTRIBUTE], [
216216
static int bar( void ) __attribute__(($1("foo")));
217217
],
218218
[target], [
219-
static int bar( void ) __attribute__(($1("sse2")));
219+
int bar( void ) __attribute__(($1("sse2")));
220220
],
221221
[
222222
m4_warn([syntax], [Unsupported attribute $1, the test may fail])

0 commit comments

Comments
 (0)