1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

yyscan_t isn't exposed by some versions of flex.

This commit is contained in:
Damian Gryski
2012-10-23 17:00:42 +02:00
parent 2a610da2d1
commit b193bca563

View File

@@ -2,6 +2,9 @@
#include <stdio.h>
#include <string.h>
#include "compile.h"
typedef void* yyscan_t;
%}
%code requires {
#include "locfile.h"