aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acidtypes/dat.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-29 05:12:33 +0000
committerrsc <devnull@localhost>2005-11-29 05:12:33 +0000
commite3de25fea4065d017fc344c3c7d757738a922c17 (patch)
tree20a735762ace754f995c138273e3d1eae72f66ad /src/cmd/acidtypes/dat.h
parent6c7ed6b0e6086e32710a0d42e034bce6bdaad7b0 (diff)
downloadplan9port-e3de25fea4065d017fc344c3c7d757738a922c17.tar.gz
plan9port-e3de25fea4065d017fc344c3c7d757738a922c17.tar.bz2
plan9port-e3de25fea4065d017fc344c3c7d757738a922c17.zip
better handling of C++ names.
Diffstat (limited to 'src/cmd/acidtypes/dat.h')
-rw-r--r--src/cmd/acidtypes/dat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/acidtypes/dat.h b/src/cmd/acidtypes/dat.h
index 5039070a..1c26e6bd 100644
--- a/src/cmd/acidtypes/dat.h
+++ b/src/cmd/acidtypes/dat.h
@@ -87,4 +87,9 @@ char *cleanstl(char*);
void addsymx(char*, char*, Type*);
void dumpsyms(Biobuf*);
+int Bfmt(Fmt*);
+
+#ifdef VARARGCK
+#pragma varargck type "B" char*
+#endif