Commit 38c93959 authored by Nils Goroll's avatar Nils Goroll

adjust to recent vmodtool changes

parent d64ace5d
......@@ -39,7 +39,7 @@
static enum type_e
type_parse(VCL_ENUM e) {
#define VMODENUM(n) if (e == vmod_enum_ ## n) return(type_ ## n);
#define VMODENUM(n) if (e == VENUM(n)) return(type_ ## n);
#include "tbl_enum_type.h"
WRONG("illegal type enum");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment