struct obstack defines_obstack;
struct obstack guard_obstack;
struct obstack output_obstack;
-struct obstack graph_obstack;
char *spec_outfile = NULL; /* for -o. */
char *spec_file_prefix = NULL; /* for -b. */
obstack_init (&defines_obstack);
obstack_init (&guard_obstack);
obstack_init (&output_obstack);
- obstack_init (&graph_obstack);
}
#endif /* MSDOS */
obstack_save (&guard_obstack, temp_name);
}
-
- if (graph_flag)
- obstack_save (&graph_obstack, spec_graph_file);
}