Formerly remake.c.~31~

This commit is contained in:
Roland McGrath 1992-07-15 02:15:54 +00:00
parent 0f045633a7
commit b408ee65f6

View file

@ -224,7 +224,7 @@ update_file (file, depth)
return 0; return 0;
default: default:
error ("internal error: `%s' command_state == %d in update_file_1", error ("internal error: `%s' command_state == %d in update_file",
f->name, (int) f->command_state); f->name, (int) f->command_state);
abort (); abort ();
break; break;