* i386coff.h (LINESZ): Always 6, not based on sizeof().

This commit is contained in:
John Gilmore 1991-09-10 17:13:21 +00:00
parent 8106620887
commit b1815762f9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Sep 10 10:11:46 1991 John Gilmore (gnu at cygint.cygnus.com)
* i386coff.h (LINESZ): Always 6, not based on sizeof().
(Fix from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>.)
Wed Sep 4 08:58:37 1991 John Gilmore (gnu at cygint.cygnus.com)
* a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,

View file

@ -156,7 +156,7 @@ struct external_lineno {
#define LINENO struct external_lineno
#define LINESZ sizeof(LINENO)
#define LINESZ 6
/********************** SYMBOLS **********************/