static bool add_all_comments = false;
/* If nonzero add comments for file name and line number for each msgid. */
-int line_comment;
+int line_comment = 1;
/* Tag used in comment of prevailing domain. */
static char *comment_tag;
textdomain (PACKAGE);
/* Set initial value of variables. */
- line_comment = -1;
default_domain = MESSAGE_DOMAIN_DEFAULT;
while ((optchar = getopt_long (argc, argv,
if (do_help)
usage (EXIT_SUCCESS);
- /* Normalize selected options. */
- if (omit_header != 0 && line_comment < 0)
- line_comment = 0;
-
/* Verify selected options. */
if (!line_comment && sort_by_filepos)
error (EXIT_FAILURE, 0, _("%s and %s are mutually exclusive"),