};
argp_parse(&argp, argc, argv, 0, NULL, NULL);
- fprintf(stderr, "\n=== starting eu-stacktrace ===\n");
/* TODO Also handle common expansions e.g. ~/foo instead of /home/user/foo. */
if (strcmp (input_path, "-") == 0)
(void)output_format;
(void)maxframes;
#else
+ fprintf(stderr, "\n=== starting eu-stacktrace ===\n");
+
/* TODO: For now, code the processing loop for sysprof only; generalize later. */
assert (input_format == FORMAT_SYSPROF);
assert (output_format == FORMAT_SYSPROF);