]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/errors.c
cpperror.c (print_location): Don't check for !pfile->buffer.
authorPer Bothner <pbothner@apple.com>
Thu, 28 Aug 2003 00:21:34 +0000 (00:21 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 28 Aug 2003 00:21:34 +0000 (17:21 -0700)
commit75ee800b5eb8f5007c0a7de67d60dc8365639757
treebf6a82116a244cde8aac74e71f5f085e22d8eaac
parenta66e04e38c6c2236d8b94135a57f851fcc0a43b3
cpperror.c (print_location): Don't check for !pfile->buffer.

* cpperror.c (print_location):  Don't check for !pfile->buffer.  That
test fails following my 08-21 change, and it seems unnecessary anyway.
(cpp_error):  Likewise.

From-SVN: r70874
gcc/ChangeLog
gcc/cpperror.c