summaryrefslogtreecommitdiff
path: root/ld/x86_aout.h
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-10-05 15:05:09 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:02 +0200
commit48798bf2eb93ec3b99720ac2e16093441156653d (patch)
tree35e03d95df5f2677f05e32d70abb6d0583aa47ba /ld/x86_aout.h
parent9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (diff)
downloaddev86-48798bf2eb93ec3b99720ac2e16093441156653d.tar.gz
Import Dev86src-0.13.0.tar.gzv0.13.0
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 777f281..580e977 100644
--- a/ld/x86_aout.h
+++ b/ld/x86_aout.h
@@ -118,7 +118,7 @@ struct nlist { /* symbol table entry */
/* High bits of storage class. */
#define N_CLASS 0370 /* storage class mask */
-#define C_NULL
+#define C_NULL 0
#define C_EXT 0020 /* external symbol */
#define C_STAT 0030 /* static */