Skip to content

Commit 4a444f2

Browse files
committed
Change order of source files to match alphabetical order
1 parent fc9fc3e commit 4a444f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/lexbor/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ PHP_NEW_EXTENSION([lexbor], m4_normalize([
175175
$LEXBOR_DIR/html/tree/open_elements.c
176176
$LEXBOR_DIR/ns/ns.c
177177
$LEXBOR_DIR/ports/posix/lexbor/core/memory.c
178-
$LEXBOR_DIR/tag/tag.c
179178
$LEXBOR_DIR/punycode/punycode.c
179+
$LEXBOR_DIR/tag/tag.c
180180
$LEXBOR_DIR/unicode/idna.c
181181
$LEXBOR_DIR/unicode/unicode.c
182182
$LEXBOR_DIR/url/url.c

0 commit comments

Comments
 (0)