Skip to content

Commit 5910fca

Browse files
author
Jani Taskinen
committed
MFH
1 parent 6e265a7 commit 5910fca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/order_by_dep.awk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ function do_deps(mod_idx, module_name, mod_name_len, dep, ext, val, depid
5151
do_deps(depidx);
5252
}
5353
}
54-
55-
#printf(" phpext_%s_ptr,\n", module_name);
5654
printf(" phpext_%s_ptr,@NEWLINE@", module_name);
5755
delete mods[mod_idx];
5856
}
@@ -79,7 +77,7 @@ END {
7977
out_count = 0;
8078

8179
while (count(mods)) {
82-
for (i = 0; i <= mod_count; i++) {
80+
for (i = 0; i < mod_count - 1; i++) {
8381
if (i in mods) {
8482
do_deps(i);
8583
}

0 commit comments

Comments
 (0)