summaryrefslogtreecommitdiff
path: root/l10ntools/source/cfg_yy_wrapper.c
blob: b22d2a77cd875f1f2d69756a20c71e204e2eccaf (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 "cfg_yy.c"

void (*avoid_unused_yyunput_in_cfg_yy_c)() = yyunput;
int (*avoid_unused_yy_flex_strlen_in_cfg_yy_c)() = yy_flex_strlen;

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