aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Sickel <jas@corpus-callosum.com>2014-01-22 06:23:19 +0100
committerDavid du Colombier <0intro@gmail.com>2014-01-22 06:23:19 +0100
commitf69391dd9e33132f5082636ffcfd847d7ac07b53 (patch)
tree979ce28ccc115a34881f782de391059a8c6b6e2f /include
parent20137eb4b9cdb2d71264e502333b1353f29a7e35 (diff)
downloadgo-f69391dd9e33132f5082636ffcfd847d7ac07b53.tar.xz
liblink: include missing pragmas for plan9 formatter
R=rsc, r, 0intro CC=golang-codereviews https://golang.org/cl/36060047
Diffstat (limited to 'include')
-rw-r--r--include/plan9/link.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/plan9/link.h b/include/plan9/link.h
index f65971efce..b499260274 100644
--- a/include/plan9/link.h
+++ b/include/plan9/link.h
@@ -3,3 +3,15 @@
// license that can be found in the LICENSE file.
#include "../link.h"
+
+#pragma varargck type "@" Addr*
+#pragma varargck type "A" int
+#pragma varargck type "$" char*
+#pragma varargck type "D" Addr*
+#pragma varargck type "lD" Addr*
+#pragma varargck type "L" int
+#pragma varargck type "lS" LSym*
+#pragma varargck type "M" Addr*
+#pragma varargck type "P" Prog*
+#pragma varargck type "R" int
+#pragma varargck type "S" char*