summaryrefslogtreecommitdiff
path: root/ld/x86_aout.h
diff options
context:
space:
mode:
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 */