Skip to content

Commit

Permalink
MFH
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Taskinen committed May 14, 2009
1 parent 6e265a7 commit 5910fca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/order_by_dep.awk
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ function do_deps(mod_idx, module_name, mod_name_len, dep, ext, val, depid
do_deps(depidx);
}
}

#printf(" phpext_%s_ptr,\n", module_name);
printf(" phpext_%s_ptr,@NEWLINE@", module_name);
delete mods[mod_idx];
}
Expand All @@ -79,7 +77,7 @@ END {
out_count = 0;

while (count(mods)) {
for (i = 0; i <= mod_count; i++) {
for (i = 0; i < mod_count - 1; i++) {
if (i in mods) {
do_deps(i);
}
Expand Down

0 comments on commit 5910fca

Please sign in to comment.