From b1815762f9f0a4579e4da7b7b1b5427be3c35c93 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 10 Sep 1991 17:13:21 +0000 Subject: * i386coff.h (LINESZ): Always 6, not based on sizeof(). --- include/coff-i386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/coff-i386.h') diff --git a/include/coff-i386.h b/include/coff-i386.h index 2573ace..cc79c56 100755 --- a/include/coff-i386.h +++ b/include/coff-i386.h @@ -156,7 +156,7 @@ struct external_lineno { #define LINENO struct external_lineno -#define LINESZ sizeof(LINENO) +#define LINESZ 6 /********************** SYMBOLS **********************/ -- cgit v1.1