Commit 1e696ea1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make vxp_test at least compile, while pondering if it should be removed.

parent 6a1d6d2b
......@@ -173,6 +173,7 @@ vxp_Lexer(struct vxp *vxp)
}
#ifdef VXP_DEBUG
#include <stdio.h>
void
vxp_PrintTokens(const struct vxp *vxp)
{
......
......@@ -34,6 +34,9 @@
#include <unistd.h>
#include "miniobj.h"
#include "vdef.h"
#include "vqueue.h"
#include "vre.h"
#include "vas.h"
#include "vsb.h"
......@@ -69,7 +72,7 @@ main(int argc, char * const *argv)
vsb = VSB_new_auto();
AN(vsb);
vex = vex_New(q_arg, vsb);
vex = vex_New(q_arg, vsb, 0);
if (vex == NULL) {
VSB_finish(vsb);
......
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