diff options
author | John Gilmore <gnu@cygnus> | 1991-11-21 03:59:14 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-21 03:59:14 +0000 |
commit | 44ff4c96a41453391514afcd9bd306c68b3355fa (patch) | |
tree | cf342c184a1ab0fe253e3bc43a9158c60b770d56 /gdb/tm-sun386.h | |
parent | f318d221a5ff0181ea7fb203b252920d2c4dec0a (diff) | |
download | gdb-44ff4c96a41453391514afcd9bd306c68b3355fa.zip gdb-44ff4c96a41453391514afcd9bd306c68b3355fa.tar.gz gdb-44ff4c96a41453391514afcd9bd306c68b3355fa.tar.bz2 |
Cashier <a.out.gnu.h>
Diffstat (limited to 'gdb/tm-sun386.h')
-rw-r--r-- | gdb/tm-sun386.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tm-sun386.h b/gdb/tm-sun386.h index 0af69c0..5b43f5c 100644 --- a/gdb/tm-sun386.h +++ b/gdb/tm-sun386.h @@ -31,7 +31,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef COFF_ENCAPSULATE #define NAMES_HAVE_UNDERSCORE -/* Avoid conflicts between "a.out.gnu.h" and <sys/exec.h> */ +/* Avoid conflicts between our include files and <sys/exec.h> + (maybe not needed anymore). */ #define _EXEC_ #endif |