From: Bruno Haible Date: Fri, 22 Aug 2003 13:56:32 +0000 (+0000) Subject: Tweak comments. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c04bc106f2977f098ccc8a29da37af55c2d098ad;p=pspp Tweak comments. --- diff --git a/lib/progname.h b/lib/progname.h index 8b0eeda86f..89f0127c78 100644 --- a/lib/progname.h +++ b/lib/progname.h @@ -21,12 +21,8 @@ #include -/* This file supports selectively prefixing or nor prefixing error messages - with the program name. - - Programs using this file should do the following in main(): +/* Programs using this file should do the following in main(): set_program_name (argv[0]); - error_print_progname = maybe_print_progname; */ /* String containing name the program is called with. */