summaryrefslogtreecommitdiff
path: root/include/ar.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-206g:Russ Cox1-1/+1
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
2008-06-12adding ar.h for source-level compatibility in 6l.Rob Pike1-0/+47
binary compatibility is ok SVN=122489