* gprof.h (_): Undefine BFD's version.

This commit is contained in:
Tom Tromey 1998-05-06 02:12:27 +00:00
parent fc8ff72d5f
commit cd39bab023
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue May 5 18:28:40 1998 Tom Tromey <tromey@cygnus.com>
* gprof.h (_): Undefine BFD's version.
Tue Apr 28 19:17:33 1998 Tom Tromey <tromey@cygnus.com>
* gprof.c (main): Conditionally call setlocale.

View File

@ -30,6 +30,8 @@
gprof config.h file. */
#undef PACKAGE
#undef VERSION
/* Also undefine BFD's `_' macro; we have our own definition. */
#undef _
#include "gconfig.h"