aboutsummaryrefslogtreecommitdiff
path: root/src/libhtml/impl.h
diff options
context:
space:
mode:
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"