From 09a8e4bf065fb04a693096bdb325a941bff2d61d Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Sun, 7 Nov 1999 05:00:53 +0100 Subject: [PATCH] Less debug Rev: src/post_modules/GTK/build_pgtk.pike:1.2 --- src/post_modules/GTK/build_pgtk.pike | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/post_modules/GTK/build_pgtk.pike b/src/post_modules/GTK/build_pgtk.pike index e7742b4078..ced14ada48 100755 --- a/src/post_modules/GTK/build_pgtk.pike +++ b/src/post_modules/GTK/build_pgtk.pike @@ -1333,9 +1333,9 @@ int main(int argc, array argv) } } - werror(sizeof(struct)+" classes\n"); - werror(sizeof(constants/"\n")+" constants\n"); - werror(sizeof(signals)+" signal constants (strings)\n"); +// werror(sizeof(struct)+" classes\n"); +// werror(sizeof(constants/"\n")+" constants\n"); +// werror(sizeof(signals)+" signal constants (strings)\n"); string to_free=""; foreach(sort_dependencies(indices(struct),struct), string w) @@ -1363,7 +1363,7 @@ int main(int argc, array argv) "\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("\nvoid pike_module_exit()\n{\n"+to_free+"}\n\n"); files += "pgtk.c "; -- GitLab