I put in that stupid printf at the very beginning of the project, in
the first commit, and I never bothered to get rid of it. I'm finally
getting rid of it now, in what is fittingly, the last commit before
release. This commit will be the lucky commit tagged for 1.0!
plugin_init (struct plugin_name_args *plugin_info,
struct plugin_gcc_version *version)
{
- fprintf (stderr, "InterAspect init.\n");
-
#ifdef PAUSE_ON_START
fprintf(stderr, "cc has PID %d. Attach debugger now.\n", getpid());
fprintf(stderr, "[Enter to continue.]\n");