diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-09 21:33:11 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-09 21:33:11 +0000 |
commit | d4886c3ba4261064551190a6e72f1299a65b576f (patch) | |
tree | 921e4b983ea72a9b39a2c04154940c1875464813 /gdb/source.c | |
parent | f84a47ce8a7028902e7294c173c8720aca82fa5d (diff) | |
download | gdb-1999-08-09.tar.gz |
import gdb-1999-08-09 snapshotgdb-1999-08-09
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index ca1dddae0ed..928782cc913 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -205,7 +205,7 @@ select_source_symtab (s) { if (cs_pst->readin) { - fatal ("Internal: select_source_symtab: readin pst found and no symtabs."); + internal_error ("select_source_symtab: readin pst found and no symtabs."); } else { |