summaryrefslogtreecommitdiffstats
path: root/man2html/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'man2html/defs.h')
-rw-r--r--man2html/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/man2html/defs.h b/man2html/defs.h
index f3e75ef..bfd56a4 100644
--- a/man2html/defs.h
+++ b/man2html/defs.h
@@ -20,6 +20,7 @@ extern STRDEF *chardef, *strdef, *defdef;
extern INTDEF *intdef;
#define V(A,B) ((A)*256+(B))
+#define V4(A,B,C,D) ((((((((A)*256)+(B))*256)+(C))*256)+(D)))
#include <sys/types.h>
extern void stdinit(void);