Skip to content
Snippets Groups Projects
Commit 09a8e4bf authored by Per Hedbor's avatar Per Hedbor
Browse files

Less debug

Rev: src/post_modules/GTK/build_pgtk.pike:1.2
parent 174ef51b
No related branches found
No related tags found
No related merge requests found
...@@ -1333,9 +1333,9 @@ int main(int argc, array argv) ...@@ -1333,9 +1333,9 @@ int main(int argc, array argv)
} }
} }
werror(sizeof(struct)+" classes\n"); // werror(sizeof(struct)+" classes\n");
werror(sizeof(constants/"\n")+" constants\n"); // werror(sizeof(constants/"\n")+" constants\n");
werror(sizeof(signals)+" signal constants (strings)\n"); // werror(sizeof(signals)+" signal constants (strings)\n");
string to_free=""; string to_free="";
foreach(sort_dependencies(indices(struct),struct), string w) foreach(sort_dependencies(indices(struct),struct), string w)
...@@ -1363,7 +1363,7 @@ int main(int argc, array argv) ...@@ -1363,7 +1363,7 @@ int main(int argc, array argv)
"\n"); "\n");
pre += "/*ext*/ struct program *pgtk_"+w+"_program;\n"; pre += "/*ext*/ struct program *pgtk_"+w+"_program;\n";
} }
werror(_num_functions+" functions\n"); // werror(_num_functions+" functions\n");
emit_nl("}\n\n"); emit_nl("}\n\n");
emit_nl("\nvoid pike_module_exit()\n{\n"+to_free+"}\n\n"); emit_nl("\nvoid pike_module_exit()\n{\n"+to_free+"}\n\n");
files += "pgtk.c "; files += "pgtk.c ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment