Skip to content

Commit 963a6b4

Browse files
committed
fixed config.w32
1 parent 2e2dd10 commit 963a6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/bcmath/config.w32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if (PHP_BCMATH == "yes") {
77
ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
88
raisemod.c sub.c compare.c divmod.c int2num.c \
99
num2long.c output.c recmul.c sqrt.c zero.c doaddsub.c \
10-
floor_or_ceil.c nearzero.c num2str.c raise.c rmzero.c str2num.c" \
11-
round.c, "bcmath");
10+
floor_or_ceil.c nearzero.c num2str.c raise.c rmzero.c str2num.c \
11+
round.c", "bcmath");
1212

1313
AC_DEFINE('HAVE_BCMATH', 1, 'Have BCMATH library');
1414
}

0 commit comments

Comments
 (0)