- /* These are opened by `done' or `open_extra_files', if at all */
- if (spec_outfile)
- tabfile = spec_outfile;
- else
- tabfile = stringappend (name_base, base_length, ".c");
-
-#ifdef VMS
- attrsfile = stringappend (name_base, short_base_length, "_stype.h");
- guardfile = stringappend (name_base, short_base_length, "_guard.c");
-#else
-#ifdef MSDOS
- attrsfile = stringappend (name_base, short_base_length, ".sth");
- guardfile = stringappend (name_base, short_base_length, ".guc");
-#else
- attrsfile = stringappend (name_base, short_base_length, ".stype.h");
- guardfile = stringappend (name_base, short_base_length, ".guard.c");
-#endif /* not MSDOS */
-#endif /* not VMS */
-
- /* Initialize the obstacks. */
- obstack_init (&action_obstack);
- obstack_init (&attrs_obstack);
- obstack_init (&table_obstack);
- obstack_init (&defines_obstack);