aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/lex.layout.cpp
blob: 4289b110d9bf575534c2e8e2a9b5ed7f00be350f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright 2017 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "disable_flex_warnings.h"
#include "lex.layout.c"
static_assert(YY_FLEX_MAJOR_VERSION * 100 + YY_FLEX_MINOR_VERSION * 10 +
              YY_FLEX_SUBMINOR_VERSION >= 261,
              "we require Flex 2.6.1 or better for security reasons");