1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
This commit is contained in:
Jani Taskinen
2009-05-14 21:00:37 +00:00
parent 3bb8d604c7
commit 4d82ed968e
+1 -3
View File
@@ -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];
}
@@ -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);
}