aboutsummaryrefslogtreecommitdiff
path: root/src/libhtml/impl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-08 19:36:35 +0000
committerrsc <devnull@localhost>2004-04-08 19:36:35 +0000
commit650deb79804a49d2dff37c9313fe96b846ad8063 (patch)
tree5498b7fe35a540a2e0fa55806434a5d3055eda2b /src/libhtml/impl.h
parenta67406e465169623421beba9072b213a8e75c423 (diff)
downloadplan9port-650deb79804a49d2dff37c9313fe96b846ad8063.tar.gz
plan9port-650deb79804a49d2dff37c9313fe96b846ad8063.tar.bz2
plan9port-650deb79804a49d2dff37c9313fe96b846ad8063.zip
Make libhtml, htmlfmt build.
Thanks to wkj for doing all the hard work.
Diffstat (limited to 'src/libhtml/impl.h')
-rw-r--r--src/libhtml/impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhtml/impl.h b/src/libhtml/impl.h
index f8c79ea3..1dfa689c 100644
--- a/src/libhtml/impl.h
+++ b/src/libhtml/impl.h
@@ -158,6 +158,6 @@ extern void _freetokens(Token* tarray, int n);
extern Token* _gettoks(uchar* data, int datalen, int chset, int mtype, int* plen);
extern int _tokaval(Token* t, int attid, Rune** pans, int xfer);
-#pragma varargck type "T" Token*
+/* #pragma varargck type "T" Token* */
#include "runetab.h"