aboutsummaryrefslogtreecommitdiff
path: root/include/internalcoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internalcoff.h')
-rwxr-xr-xinclude/internalcoff.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internalcoff.h b/include/internalcoff.h
index f93d644..879f20c 100755
--- a/include/internalcoff.h
+++ b/include/internalcoff.h
@@ -186,11 +186,7 @@ struct internal_lineno {
long l_symndx; /* function name symbol index, iff l_lnno == 0*/
long l_paddr; /* (physical) address of line number */
} l_addr;
-#ifdef M88
unsigned long l_lnno; /* line number */
-#else
- unsigned short l_lnno; /* line number */
-#endif
};