summaryrefslogtreecommitdiff
path: root/utils/kl
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-04-27 21:20:56 +0100
committerforsyth <forsyth@vitanuova.com>2010-04-27 21:20:56 +0100
commit4206ee1aeaccb7703f3f3613a98a5447f51d6367 (patch)
treea998be4d94c2860775413dbbba21000819ea496e /utils/kl
parentc0927006217e7a7e0214add5828659287c7498d6 (diff)
20100427-2120
Diffstat (limited to 'utils/kl')
-rw-r--r--utils/kl/l.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/kl/l.h b/utils/kl/l.h
index 21ca6294..c036e14d 100644
--- a/utils/kl/l.h
+++ b/utils/kl/l.h
@@ -1,4 +1,3 @@
-/* #include <u.h> */
#include <lib9.h>
#include <bio.h>
#include "../kc/k.out.h"
@@ -250,11 +249,14 @@ extern Optab optab[];
extern char* anames[];
#pragma varargck type "A" int
+#pragma varargck type "A" uint
#pragma varargck type "D" Adr*
#pragma varargck type "N" Adr*
#pragma varargck type "P" Prog*
#pragma varargck type "S" char*
+#pragma varargck argpos diag 1
+
int Aconv(Fmt*);
int Dconv(Fmt*);
int Nconv(Fmt*);