From-SVN: r37997
This commit is contained in:
Jason Merrill 2000-12-04 11:36:19 -05:00
parent 00bb3dad40
commit ebc7f29371

View File

@ -2138,7 +2138,7 @@ pop_srcloc ()
input_file_stack = fs->next;
free (fs);
input_file_stack_tick++;
/* The initial souce file is never popped. */
/* The initial source file is never popped. */
if (!input_file_stack)
abort ();
input_filename = input_file_stack->name;