summaryrefslogtreecommitdiff
path: root/ld/x86_aout.h
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-07-20 12:16:17 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:39:55 +0200
commit9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (patch)
treeb1e5b67ef9e065efb6a4c9977ecfac8dedbad39b /ld/x86_aout.h
parente63c244cb22bf48ca1d2695784a072269d19ea96 (diff)
downloaddev86-9d97bc3cb3aecd3416fb7c4be3ca2f436665b696.tar.gz
Import Dev86src-0.12.4.tar.gzv0.12.4
Diffstat (limited to 'ld/x86_aout.h')
-rw-r--r--ld/x86_aout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/x86_aout.h b/ld/x86_aout.h
index af2c537..777f281 100644
--- a/ld/x86_aout.h
+++ b/ld/x86_aout.h
@@ -9,7 +9,7 @@
#define __AOUT_H
/* If the host isn't an x86 all bets are off, use chars. */
-#if defined(i386) || defined(__BCC__)
+#if defined(i386) || defined(__BCC__) || defined(MSDOS)
typedef long Long;
#define __OUT_OK 1
#else