aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-10-20 13:53:56 -0700
committerRuss Cox <rsc@golang.org>2008-10-20 13:53:56 -0700
commitef40d9435b7e9631b6031f80854b1f8a6768f9de (patch)
tree80bce092e62c4bf40e074a30d33363ed0dc3bf23 /include
parent03a9872fe354f8aab1c50e4dc78f3117cd0acf7f (diff)
downloadgo-ef40d9435b7e9631b6031f80854b1f8a6768f9de.tar.xz
6g:
make sure methods end up immediately following the struct they are methods on. ar: eliminate duplicate definitions from __.PKGDEF. check that multiple .6 do not give different defs for same exported type/var/func/const. increase ar header name size from 16 to 64 bytes R=r DELTA=379 (333 added, 18 deleted, 28 changed) OCL=17477 CL=17481
Diffstat (limited to 'include')
-rw-r--r--include/ar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ar.h b/include/ar.h
index 529055d141..b565ac90bf 100644
--- a/include/ar.h
+++ b/include/ar.h
@@ -32,7 +32,7 @@
#define SARMAG 8
#define ARFMAG "`\n"
-#define SARNAME 16
+#define SARNAME 64
struct ar_hdr
{