summaryrefslogtreecommitdiff
path: root/l10ntools/source/src_yy_wrapper.c
blob: da9c17fdc46440cb19916009dcc6a16e16bf7f4e (plain)
1
2
3
4
5
6
7
8
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// Helper to suppress warnings in lex generated c code, see #i57362#
#include "src_yy.c"

void (*avoid_unused_yyunput_in_src_yy_c)() = yyunput;
int (*avoid_unused_yy_flex_strlen_in_src_yy_c)() = yy_flex_strlen;

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */